Searched defs:textPaint (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalView.java70 final Paint textPaint = new Paint(); field in class:TerminalView.TerminalMetrics
93 textPaint.setTypeface(Typeface.MONOSPACE);
94 textPaint.setAntiAlias(true);
95 textPaint.setTextSize(textSize);
98 final FontMetrics fm = textPaint.getFontMetrics();
102 textPaint.getTextWidths("X", widths);

Completed in 70 milliseconds