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