Home | History | Annotate | Download | only in graphics

Lines Matching refs:fonts

1165             // Get the fonts from the TypeFace object.
1166 List<Font> fonts = mTypeface.getFonts();
1170 ArrayList<FontInfo> infoList = new ArrayList<FontInfo>(fonts.size());
1171 for (Font font : fonts) {
1210 // fallback fonts directly.