Home | History | Annotate | Download | only in graphics

Lines Matching refs:fontInfo

26 import android.graphics.Paint_Delegate.FontInfo;
1005 List<FontInfo> fonts = paintDelegate.getFonts();
1008 FontInfo mainFont = fonts.get(0);
1041 FontInfo fontInfo = fonts.get(f);
1046 upTo = fontInfo.mFont.canDisplayUpTo(text, i, i + charCount);
1049 graphics.setFont(fontInfo.mFont);
1053 x += fontInfo.mMetrics.charsWidth(text, i, charCount);