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

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