Class CFFScaler

  • All Implemented Interfaces:
    Scaler

    public class CFFScaler
    extends java.lang.Object
    implements Scaler
    A Scaler for CFFFonts. Currently does not interpret hints.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getBitmap​(int gid, BitmapConsumer bitmapConsumer)
      Return the bitmap of a glyph.
      void getOutline​(int gid, OutlineConsumer outlineConsumer)
      Return the (hinted) outline of a glyph.
      void setDebugger​(ScalerDebugger debugger)
      Set a debugger to receive details about the computations.
      void setScale​(double pointSize, double ppemX, double ppemY, double dX, double dY)
      Set the scale factor for the font, and describe the target device.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait