Class IndexToLocationTable


  • public class IndexToLocationTable
    extends TTFTable
    A table in a true type font.
    • Constructor Detail

      • IndexToLocationTable

        IndexToLocationTable​(TrueTypeFont font)
    • Method Detail

      • read

        void read​(TrueTypeFont ttf,
                  TTFDataStream data)
           throws java.io.IOException
        This will read the required data from the stream.
        Overrides:
        read in class TTFTable
        Parameters:
        ttf - The font that is being read.
        data - The stream to read the data from.
        Throws:
        java.io.IOException - If there is an error reading the data.
      • getOffsets

        public long[] getOffsets()
        Returns:
        Returns the offsets.
      • setOffsets

        public void setOffsets​(long[] offsetsValue)
        Parameters:
        offsetsValue - The offsets to set.