[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontWriter.WholeCffToArray

WholeCffToArray Method

WholeCffToArray(CffTable)

Writes the CFF table to a byte array.

Declaration
public byte[] WholeCffToArray(CffTable cff)
Public Function WholeCffToArray(cff As CffTable) As Byte()
Parameters
Type Name Description
CffTable cff

The CFF table object.

Returns
Type Description
byte[]

Binary data with the resulting CFF font table.

WholeCffToArray(Font)

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

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

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

Returns
Type Description
byte[]

Binary data with the resulting CFF font table.