Skip navigation links
com.adobe.fontengine.font

Interface ScalerDebugger

    • Field Detail

      • debugOn

        static final boolean debugOn
        Enable or disable debugging support.
        See Also:
        Constant Field Values
    • Method Detail

      • ttInterpLog

        void ttInterpLog(String s)
      • cscanCross

        void cscanCross(double x,
                        double y)
      • unhintedTTOutline

        void unhintedTTOutline(TTOutline outline)
      • hintedTTOutline

        void hintedTTOutline(TTOutline outline)
      • ttScanScanType

        void ttScanScanType(int scanType)
      • ttScanLog

        void ttScanLog(String s)
      • ttScanLine

        void ttScanLine(int x1,
                        int y1,
                        int x2,
                        int y2)
      • ttScanQuadCurve

        void ttScanQuadCurve(int x1,
                             int y1,
                             int x2,
                             int y2,
                             int x3,
                             int y3)
      • ttScanHCross

        void ttScanHCross(int coordOnScanLine,
                          int scanLineCoordI,
                          boolean on)
      • ttScanVCross

        void ttScanVCross(int coordOnScanLine,
                          int scanLineCoordI,
                          boolean on)

Copyright © 2010 - 2020 Adobe. All Rights Reserved