[]
Adds a new embedded font to this collection.
public EmbeddedFont Add(EmbeddedFontType type, FontDataType dataType, byte[] data)
Public Function Add(type As EmbeddedFontType, dataType As FontDataType, data As Byte()) As EmbeddedFont
Type | Name | Description |
---|---|---|
EmbeddedFontType | type | The type of the embedded font. |
FontDataType | dataType | The embedded font data type. |
byte[] | data | The embedded font binary data. |
Type | Description |
---|---|
EmbeddedFont | The newly created embedded font. |