Class Typeface

java.lang.Object
icyllis.arc3d.sketch.Typeface
Direct Known Subclasses:
Typeface_JDK

public abstract class Typeface extends Object
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 Details

    • Typeface

      public Typeface()
  • Method Details