[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontWriter.WholeCffToStream

WholeCffToStream Method

WholeCffToStream(Stream, Font)

Writes the whole CFF font table (not subset) to a stream.

Declaration
public int WholeCffToStream(Stream stream, Font font)
Public Function WholeCffToStream(stream As Stream, font As Font) As Integer
Parameters
Type Name Description
Stream stream

The destination Stream object.

Font font

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

Returns
Type Description
int

The number of bytes saved to the stream.