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