[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontWriter.WholeFontToArray

WholeFontToArray Method

WholeFontToArray(Font)

Serializes the whole font (not subset) to a byte array.

Declaration
public byte[] WholeFontToArray(Font font)
Public Function WholeFontToArray(font As Font) As Byte()
Parameters
Type Name Description
Font font

The Font object to serialize.

Returns
Type Description
byte[]

Binary data with the resulting font.