Writes the whole font (not subset) to a stream.
'Declaration
Public Function WholeFontToStream( _
ByVal As System.IO.Stream, _
ByVal As Font _
) As System.Integer
public System.int WholeFontToStream(
System.IO.Stream ,
Font
)
Parameters
- stream
- The destination Stream object.
- font
- The Font object to serialize.
Return Value
The number of bytes saved to the stream.