Class TTFont


  • public class TTFont
    extends java.lang.Object
    This class represents a true type font. Currently only single font files are supported.

    This class is under construction and not meant for a complete TT implementation.

    • Field Detail

      • TABLE_CMAP

        public static final byte[] TABLE_CMAP
      • TABLE_CVT

        public static final byte[] TABLE_CVT
      • TABLE_FGPM

        public static final byte[] TABLE_FGPM
      • TABLE_GLYF

        public static final byte[] TABLE_GLYF
      • TABLE_HEAD

        public static final byte[] TABLE_HEAD
      • TABLE_HHEA

        public static final byte[] TABLE_HHEA
      • TABLE_HMTX

        public static final byte[] TABLE_HMTX
      • TABLE_LOCA

        public static final byte[] TABLE_LOCA
      • TABLE_MAXP

        public static final byte[] TABLE_MAXP
      • TABLE_NAME

        public static final byte[] TABLE_NAME
      • TABLE_OS2

        public static final byte[] TABLE_OS2
      • TABLE_POST

        public static final byte[] TABLE_POST
      • TABLE_PREP

        public static final byte[] TABLE_PREP
      • WE_HAVE_AN_X_AND_Y_SCALE

        public static final int WE_HAVE_AN_X_AND_Y_SCALE
        See Also:
        Constant Field Values
    • Constructor Detail

      • TTFont

        protected TTFont()
        Create an empty true type font.