Serializes the whole font (not subset) to a byte array.
public System.byte[] WholeFontToArray(
Font
)
'Declaration
Public Function WholeFontToArray( _
ByVal As Font _
) As System.Byte()
Parameters
- font
- The Font object to serialize.
Return Value
Binary data with the resulting font.