WholeCffToArray(Font) Method
Writes the whole CFF font table (not subset) to a byte array.
'Declaration
Public Overloads Function WholeCffToArray( _
ByVal As Font _
) As System.Byte()
public System.byte[] WholeCffToArray(
Font
)
Parameters
- font
- The Font object with PostScript outlines stored in the CFF format.
Return Value
Binary data with the resulting CFF font table.