Property | Type | Description | |
---|---|---|---|
DirectoryEntry | TableDirectoryEntry |
Method | Description | |
---|---|---|
CalcChecksum ( byte bytes ) : uint |
Calculates the checksum of a table represented by its bytes.
|
|
Clone ( ) : object |
Creates a deep copy of the current instance.
|
|
PrepareForCompilation ( ) : void |
When overridden in a derived class, prepares the font table to be compiled into its binary representation.
|
|
TrueTypeFontTable ( |
Initializes a new instance of the TrueTypeFontTable class.
|
|
Write ( |
When overridden in a derived class, converts the font into its binary representation.
|
Method | Description | |
---|---|---|
DeepCopy ( ) : |
public static CalcChecksum ( byte bytes ) : uint | ||
bytes | byte | |
return | uint |
public TrueTypeFontTable ( |
||
fontData | ||
tag | string | |
return | System |
public Write ( |
||
writer | ||
return | void |