Class TTPoint

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class TTPoint
    extends java.lang.Object
    implements java.lang.Cloneable
    Represents a point in a TrueType outline.
    • Constructor Detail

      • TTPoint

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

      • scale

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

        public boolean touched​(boolean x)
      • clone

        public java.lang.Object clone()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object