Serializes the whole font (not subset) to a byte array.
'宣言
Public Function WholeFontToArray( _
ByVal As Font _
) As System.Byte()
public System.byte[] WholeFontToArray(
Font
)
パラメータ
- font
- The Font object to serialize.
戻り値の型
Binary data with the resulting font.