Class TypefaceSpan

All Implemented Interfaces:
UpdateAppearance, UpdateLayout

public class TypefaceSpan extends MetricAffectingSpan
The ConcreteTypefaceSpan class represents a span for specifying particular typeface.
  • Constructor Details

    • TypefaceSpan

      public TypefaceSpan(Typeface typeface)
      Constructs a concrete typeface span object.
      Parameters:
      typeface - The typeface object.
  • Method Details