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

/cts/tests/tests/provider/src/android/provider/cts/
H A DFontsContractTest.java111 public void onTypefaceRetrieved(Typeface typeface) { argument
113 mTypeface = typeface;
/cts/tests/tests/graphics/src/android/graphics/cts/
H A DTypefaceTest.java60 private static float measureText(String text, Typeface typeface) { argument
64 paint.setTypeface(typeface);
71 final Typeface typeface = ctx.getResources().getFont(R.font.a3em);
72 GLYPH_3EM_WIDTH = measureText("a", typeface);
73 GLYPH_1EM_WIDTH = measureText("b", typeface);
76 // list of family names to try when attempting to find a typeface with a given style
83 * Create a typeface of the given style. If the default font does not support the style,
85 * @return The typeface or null, if no typeface with the given style can be found.
104 Typeface typeface
[all...]

Completed in 85 milliseconds