[]
Serializes the whole font (not subset) to a byte array.
public byte[] WholeFontToArray(Font font)
Public Function WholeFontToArray(font As Font) As Byte()
Type | Name | Description |
---|---|---|
Font | font | The Font object to serialize. |
Type | Description |
---|---|
byte[] | Binary data with the resulting font. |