[]
Writes the CFF table to a byte array.
public byte[] WholeCffToArray(CffTable cff)
Public Function WholeCffToArray(cff As CffTable) As Byte()
Type | Name | Description |
---|---|---|
CffTable | cff | The CFF table object. |
Type | Description |
---|---|
byte[] | Binary data with the resulting CFF font table. |
Writes the whole CFF font table (not subset) to a byte array.
public byte[] WholeCffToArray(Font font)
Public Function WholeCffToArray(font As Font) As Byte()
Type | Name | Description |
---|---|---|
Font | font | The Font object with PostScript outlines stored in the CFF format. |
Type | Description |
---|---|
byte[] | Binary data with the resulting CFF font table. |