DS.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
 

Parameters

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

Return Value

The number of bytes saved to the stream.
See Also