Package icyllis.arc3d.sketch
Class Typeface
java.lang.Object
icyllis.arc3d.sketch.Typeface
- Direct Known Subclasses:
Typeface_JDK
Typeface class specifies the typeface (font face) and intrinsic style of a font.
This is used in the paint, along with optionally algorithmic settings like
textSize, textScaleX, textShearX, kFakeBoldText_Mask, to specify
how text appears when drawn (and measured).
Typeface objects are immutable, and so they can be shared between threads.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal @NonNull ScalerContext
protected abstract @NonNull ScalerContext
protected abstract void
-
Constructor Details
-
Typeface
public Typeface()
-
-
Method Details
-
createScalerContext
-
onCreateScalerContext
-
onFilterStrikeDesc
-