iText 7 7.1.8 API
iText.IO.Font.Otf.OtfReadCommon Class Reference

Static Public Member Functions

static int[]  ReadUShortArray (RandomAccessFileOrArray rf, int size, int location)
 
Exceptions
System.IO.IOException

 
static int[]  ReadUShortArray (RandomAccessFileOrArray rf, int size)
 
Exceptions
System.IO.IOException

 
static void  ReadCoverages (RandomAccessFileOrArray rf, int[] locations, IList< ICollection< int >> coverage)
 
Exceptions
System.IO.IOException

 
static IList< int >  ReadCoverageFormat (RandomAccessFileOrArray rf, int coverageLocation)
 
Exceptions
System.IO.IOException

 
static GposValueRecord  ReadGposValueRecord (OpenTypeFontTableReader tableReader, int mask)
 
Exceptions
System.IO.IOException

 
static GposAnchor  ReadGposAnchor (OpenTypeFontTableReader tableReader, int location)
 
Exceptions
System.IO.IOException

 
static IList< OtfMarkRecord ReadMarkArray (OpenTypeFontTableReader tableReader, int location)
 
Exceptions
System.IO.IOException

 
static SubstLookupRecord[]  ReadSubstLookupRecords (RandomAccessFileOrArray rf, int substCount)
 
Exceptions
System.IO.IOException

 
static GposAnchor[]  ReadAnchorArray (OpenTypeFontTableReader tableReader, int[] locations, int left, int right)
 
Exceptions
System.IO.IOException

 
static IList< GposAnchor[]>  ReadBaseArray (OpenTypeFontTableReader tableReader, int classCount, int location)
 
Exceptions
System.IO.IOException

 
static IList< IList< GposAnchor[]> >  ReadLigatureArray (OpenTypeFontTableReader tableReader, int classCount, int location)
 
Exceptions
System.IO.IOException