Searched refs:monospace (Results 1 – 5 of 5) sorted by relevance
84 boolean monospace, in getTextBounds() argument
13 tt {font-size:11pt;font-family:monospace;}
184 public void getTextBounds(int textId, int start, int end, boolean monospace, float[] bounds) { in getTextBounds() argument194 bounds[2] = monospace ? (mPaint.measureText(str, start, end) - mTmpRect.left) in getTextBounds()
960 FontConfig.FontFamily monospace = getLastFamily(fontConfig, "monospace"); in getSystemFontConfig() local961 assertThat(monospace.getFontList()).hasSize(1); in getSystemFontConfig()962 assertThat(monospace.getFontList().get(0).getFile()) in getSystemFontConfig()966 .isEqualTo(monospace.getFontList()); in getSystemFontConfig()