Searched refs:getFonts (Results 1 – 3 of 3) sorted by relevance
82 public static List<Font> getFonts(Typeface typeface) { in getFonts() method in Typeface_Delegate83 return getFonts(typeface.native_instance); in getFonts()86 public static List<Font> getFonts(int native_int) { in getFonts() method in Typeface_Delegate92 return delegate.getFonts(); in getFonts()95 public List<Font> getFonts() { in getFonts() method in Typeface_Delegate
108 public List<FontInfo> getFonts() { in getFonts() method in Paint_Delegate1166 List<Font> fonts = mTypeface.getFonts(); in updateFontObject()
1002 List<FontInfo> fonts = paintDelegate.getFonts(); in native_drawText()