[]
Writes the whole font (not subset) to a stream.
public int WholeFontToStream(Stream stream, Font font)
Public Function WholeFontToStream(stream As Stream, font As Font) As Integer
Type | Name | Description |
---|---|---|
Stream | stream | The destination Stream object. |
Font | font | The Font object to serialize. |
Type | Description |
---|---|
int | The number of bytes saved to the stream. |