Class TTFTable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected TrueTypeFont font
      The font which contains this table.
      protected boolean initialized
      Indicates if the table is initialized or not.
    • Field Detail

      • initialized

        protected boolean initialized
        Indicates if the table is initialized or not.
      • font

        protected final TrueTypeFont font
        The font which contains this table.
    • Method Detail

      • getCheckSum

        public long getCheckSum()
        Returns:
        Returns the checkSum.
      • getLength

        public long getLength()
        Returns:
        Returns the length.
      • getOffset

        public long getOffset()
        Returns:
        Returns the offset.
      • getTag

        public java.lang.String getTag()
        Returns:
        Returns the tag.
      • getInitialized

        public boolean getInitialized()
        Indicates if the table is already initialized.
        Returns:
        true if the table is initialized