Writes the whole CFF font table (not subset) to a byte array.
'宣言
Public Overloads Function WholeCffToArray( _
ByVal As Font _
) As System.Byte()
public System.byte[] WholeCffToArray(
Font
)
パラメータ
- font
- The Font object with PostScript outlines stored in the CFF format.
戻り値の型
Binary data with the resulting CFF font table.