Class FKFont

java.lang.Object
dev.pfaff.altargui.pathfinder.fontkit.FKFont
All Implemented Interfaces:
Font

public final class FKFont extends Object implements Font
  • Constructor Details

  • Method Details

    • scaleFactor

      public float scaleFactor()
      Description copied from interface: Font
      The scale factor to be applied to the font size when emitting vertex data. The GlyphRef.minX() and GlyphRef.maxX() must have this premultiplied.
      Specified by:
      scaleFactor in interface Font
    • getGlyph

      public GlyphRef getGlyph(int codepoint)
      Specified by:
      getGlyph in interface Font