DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontWriter Class / WholeFontToArray Method
The Font object to serialize.

In This Topic
WholeFontToArray Method
In This Topic
Serializes the whole font (not subset) to a byte array.
Syntax
'Declaration
 
Public Function WholeFontToArray( _
   ByVal font As Font _
) As System.Byte()
 

Parameters

font
The Font object to serialize.

Return Value

Binary data with the resulting font.
See Also