Searched refs:FONT_SLANT_ITALIC (Results 1 – 6 of 6) 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()
424 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
194 .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()
654 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
16341 field public static final int FONT_SLANT_ITALIC = 1; // 0x1