public class OtfReadCommon extends Object
| Constructor and Description |
|---|
OtfReadCommon() |
public static int[] readUShortArray(RandomAccessFileOrArray rf, int size, int location) throws IOException
IOExceptionpublic static int[] readUShortArray(RandomAccessFileOrArray rf, int size) throws IOException
IOExceptionpublic static void readCoverages(RandomAccessFileOrArray rf, int[] locations, List<Set<Integer>> coverage) throws IOException
IOExceptionpublic static List<Integer> readCoverageFormat(RandomAccessFileOrArray rf, int coverageLocation) throws IOException
IOExceptionpublic static GposValueRecord readGposValueRecord(OpenTypeFontTableReader tableReader, int mask) throws IOException
IOExceptionpublic static GposAnchor readGposAnchor(OpenTypeFontTableReader tableReader, int location) throws IOException
IOExceptionpublic static List<OtfMarkRecord> readMarkArray(OpenTypeFontTableReader tableReader, int location) throws IOException
IOExceptionpublic static SubstLookupRecord[] readSubstLookupRecords(RandomAccessFileOrArray rf, int substCount) throws IOException
IOExceptionpublic static PosLookupRecord[] readPosLookupRecords(RandomAccessFileOrArray rf, int recordCount) throws IOException
IOExceptionpublic static GposAnchor[] readAnchorArray(OpenTypeFontTableReader tableReader, int[] locations, int left, int right) throws IOException
IOExceptionpublic static List<GposAnchor[]> readBaseArray(OpenTypeFontTableReader tableReader, int classCount, int location) throws IOException
IOExceptionpublic static List<List<GposAnchor[]>> readLigatureArray(OpenTypeFontTableReader tableReader, int classCount, int location) throws IOException
IOExceptionCopyright © 1998–2023 iText Group NV. All rights reserved.