[]
Writes a subset of the CFF font table containing the specified glyphs to a stream.
public int CffGlyphsToStream(Stream stream, Font font, HashSet<ushort> glyphIDs)
Public Function CffGlyphsToStream(stream As Stream, font As Font, glyphIDs As HashSet(Of UShort)) As Integer
| Type | Name | Description |
|---|---|---|
| Stream | stream | The destination Stream object. |
| Font | font | The Font object with PostScript outlines stored in the CFF format. |
| HashSet<ushort> | glyphIDs | Glyph indices to be added to the resulting table subset. |
| Type | Description |
|---|---|
| int | The number of bytes saved to the stream. |