Searched refs:FONT_SLANT_ITALIC (Results 1 – 7 of 7) sorted by relevance
113 public static final int FONT_SLANT_ITALIC = 1; field in FontStyle120 FONT_SLANT_ITALIC210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
381 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
195 .setSlant(fontConfig.isItalic() ? FontStyle.FONT_SLANT_ITALIC in createFontFamily()
261 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()464 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
647 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
15876 field public static final int FONT_SLANT_ITALIC = 1; // 0x1