|
| static int[] |
ReadUShortArray (RandomAccessFileOrArray rf, int size, int location) |
| |
| static int[] |
ReadUShortArray (RandomAccessFileOrArray rf, int size) |
| |
| static void |
ReadCoverages (RandomAccessFileOrArray rf, int[] locations, IList< ICollection< int >> coverage) |
| |
| static IList< int > |
ReadCoverageFormat (RandomAccessFileOrArray rf, int coverageLocation) |
| |
| static GposValueRecord |
ReadGposValueRecord (OpenTypeFontTableReader tableReader, int mask) |
| |
| static GposAnchor |
ReadGposAnchor (OpenTypeFontTableReader tableReader, int location) |
| |
| static IList< OtfMarkRecord > |
ReadMarkArray (OpenTypeFontTableReader tableReader, int location) |
| |
| static SubstLookupRecord[] |
ReadSubstLookupRecords (RandomAccessFileOrArray rf, int substCount) |
| |
| static PosLookupRecord[] |
ReadPosLookupRecords (RandomAccessFileOrArray rf, int recordCount) |
| |
| static GposAnchor[] |
ReadAnchorArray (OpenTypeFontTableReader tableReader, int[] locations, int left, int right) |
| |
| static IList< GposAnchor[]> |
ReadBaseArray (OpenTypeFontTableReader tableReader, int classCount, int location) |
| |
| static IList< IList< GposAnchor[]> > |
ReadLigatureArray (OpenTypeFontTableReader tableReader, int classCount, int location) |
| |