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

In This Topic
    WholeCffToStream Method
    In This Topic
    Writes the whole CFF font table (not subset) to a stream.
    Syntax
    'Declaration
     
    Public Function WholeCffToStream( _
       ByVal stream As System.IO.Stream, _
       ByVal font As Font _
    ) As System.Integer
    public System.int WholeCffToStream( 
       System.IO.Stream stream,
       Font font
    )

    Parameters

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

    Return Value

    The number of bytes saved to the stream.
    See Also