Searched defs:fontStyle (Results 1 – 4 of 4) sorted by relevance
254 FontStyle fontStyle = (FontStyle) o; in equals() local
432 @NonNull FontStyle fontStyle, @IntRange(from = 0) int ttcIndex, in Font()
71 FontStyle fontStyle; member
242 …static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, floa… in create()