Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontWriter Class / WholeCffToArray Method / WholeCffToArray(Font) Method
The Font object with PostScript outlines stored in the CFF format.

In This Topic
    WholeCffToArray(Font) Method
    In This Topic
    Writes the whole CFF font table (not subset) to a byte array.
    Syntax
    'Declaration
     
    Public Overloads Function WholeCffToArray( _
       ByVal font As Font _
    ) As System.Byte()
    public System.byte[] WholeCffToArray( 
       Font font
    )

    Parameters

    font
    The Font object with PostScript outlines stored in the CFF format.

    Return Value

    Binary data with the resulting CFF font table.
    See Also