WholeCffToArray(CffTable) Method
Writes the CFF table to a byte array.
'Declaration
Public Overloads Function WholeCffToArray( _
ByVal As CffTable _
) As System.Byte()
public System.byte[] WholeCffToArray(
CffTable
)
Parameters
- cff
- The CFF table object.
Return Value
Binary data with the resulting CFF font table.