Searched defs:setItalic (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java301 * builder.setItalic(true); // Tell the system that this is an italic style font.
375 * weight and italic information, so {@link #setWeight} and {@link #setItalic} are used
407 public Builder setItalic(boolean italic) { method in class:Typeface.Builder
470 * {@link #setWeight} and {@link #setItalic}.
473 * Similary, if {@link #setItalic} is not called, the fallback family keeps the default
477 * {@link #setWeight} and {@link #setItalic}. For example, if a Typeface is constructed

Completed in 336 milliseconds