Searched defs:Typeface (Results 1 – 2 of 2) sorted by relevance
29 struct ANDROID_API Typeface { struct32 // style used for constructing and querying Typeface objects argument33 SkTypeface::Style fSkiaStyle; argument42 static Typeface* resolveDefault(Typeface* src); argument
44 public class Typeface { class288 private Typeface(long ni) { in Typeface() method in Typeface