Method | Description | |
---|---|---|
GetCalculatedDevMetrics ( ) : |
||
GetDevMetricsDataError ( ) : String | ||
GetFile ( ) : OTFontFileVal.OTFileVal | ||
GetTable ( OTFontFile.OTTag tag ) : OTFontFile.OTTable | ||
OTFontVal ( OTFontFile.OTFile f ) : System | ||
OTFontVal ( OTFontFile.OTFile f, uint FontFileNumber, OTFontFile.OffsetTable ot, OutlineType outlineType ) : System | ||
ReadFont ( OTFontFile.OTFile file, uint FontFileNumber, uint filepos ) : |
||
Validate ( ) : bool |
Method | Description | |
---|---|---|
CheckDirectoryEntriesNonZero ( OTFontFileVal.Validator v ) : bool | ||
CheckForNoUnnecessaryTables ( OTFontFileVal.Validator v ) : bool | ||
CheckForOptimalTableOrder ( OTFontFileVal.Validator v ) : bool | ||
CheckForRecommendedTables ( OTFontFileVal.Validator v ) : bool | ||
CheckForRequiredTables ( OTFontFileVal.Validator v ) : bool | ||
CheckNoDuplicateTags ( OTFontFileVal.Validator v ) : bool | ||
CheckTableAlignment ( OTFontFileVal.Validator v ) : bool | ||
CheckTablesInFileAndNotOverlapping ( OTFontFileVal.Validator v ) : bool | ||
CheckTagNames ( OTFontFileVal.Validator v ) : bool | ||
CheckTagsAscending ( OTFontFileVal.Validator v ) : bool | ||
IsPostScript ( ) : bool | ||
ReadOffsetTable ( OTFontFileVal.OTFileVal file, uint filepos ) : OTFontFile.OffsetTable | ||
TestFontRasterization ( ) : int |
protected CheckDirectoryEntriesNonZero ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckForNoUnnecessaryTables ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckForOptimalTableOrder ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckForRecommendedTables ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckForRequiredTables ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckNoDuplicateTags ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckTableAlignment ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckTablesInFileAndNotOverlapping ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckTagNames ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
protected CheckTagsAscending ( OTFontFileVal.Validator v ) : bool | ||
v | OTFontFileVal.Validator | |
return | bool |
public GetCalculatedDevMetrics ( ) : |
||
return |
public GetTable ( OTFontFile.OTTag tag ) : OTFontFile.OTTable | ||
tag | OTFontFile.OTTag | |
return | OTFontFile.OTTable |
public OTFontVal ( OTFontFile.OTFile f ) : System | ||
f | OTFontFile.OTFile | |
return | System |
public OTFontVal ( OTFontFile.OTFile f, uint FontFileNumber, OTFontFile.OffsetTable ot, OutlineType outlineType ) : System | ||
f | OTFontFile.OTFile | |
FontFileNumber | uint | |
ot | OTFontFile.OffsetTable | |
outlineType | OutlineType | |
return | System |
public static ReadFont ( OTFontFile.OTFile file, uint FontFileNumber, uint filepos ) : |
||
file | OTFontFile.OTFile | |
FontFileNumber | uint | |
filepos | uint | |
return |
protected static ReadOffsetTable ( OTFontFileVal.OTFileVal file, uint filepos ) : OTFontFile.OffsetTable | ||
file | OTFontFileVal.OTFileVal | |
filepos | uint | |
return | OTFontFile.OffsetTable |