Class TTPoint

java.lang.Object
com.adobe.fontengine.font.opentype.TTPoint
All Implemented Interfaces:
Cloneable

public final class TTPoint extends Object implements Cloneable
Represents a point in a TrueType outline.
  • Field Details

    • onCurve

      public boolean onCurve
    • unscaled

      public F32Dot0Vector unscaled
    • original

      public F26Dot6Vector original
    • unhinted

      public F26Dot6Vector unhinted
    • hinted

      public F26Dot6Vector hinted
    • touchedX

      public boolean touchedX
    • touchedY

      public boolean touchedY
  • Constructor Details

    • TTPoint

      public TTPoint(int x, int y, boolean onCurve)
  • Method Details

    • scale

      public void scale(int unitsPerEm, Matrix em2px)
    • touched

      public boolean touched(boolean x)
    • clone

      public Object clone()
    • toString

      public String toString()
      Overrides:
      toString in class Object