Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontWriter Class / WholeFontToStream Method
The destination Stream object.
The Font object to serialize.

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

    Parameters

    stream
    The destination Stream object.
    font
    The Font object to serialize.

    Return Value

    The number of bytes saved to the stream.
    See Also