Name | Description | |
---|---|---|
![]() | FontWriter Constructor | Initializes an instance of the FontWriter. |
The following tables list the members exposed by FontWriter.
Name | Description | |
---|---|---|
![]() | FontWriter Constructor | Initializes an instance of the FontWriter. |
Name | Description | |
---|---|---|
![]() | CffCharsToArray | Overloaded. Creates a subset of the CFF font table containing the specified UTF-32 characters, then serializes the subset to a byte array. |
![]() | CffCharsToStream | Overloaded. Writes a subset of the CFF font table containing the specified UTF-32 characters to a stream. |
![]() | CffGlyphsAndCharsToArray | Overloaded. Creates a subset of the CFF font table containing both the specified glyphs and UTF-32 characters, then serializes the subset to a byte array. |
![]() | CffGlyphsAndCharsToStream | Overloaded. Writes a subset of the CFF font table containing both the specified glyphs and UTF-32 characters to a stream. |
![]() | CffGlyphsToArray | Creates a subset of the CFF font table containing the specified glyphs, then serializes the subset to a byte array. |
![]() | CffGlyphsToStream | Writes a subset of the CFF font table containing the specified glyphs to a stream. |
![]() | CharsToArray | Overloaded. Creates a subset of the font containing the specified UTF-32 characters, then serializes the subset to a byte array. |
![]() | CharsToStream | Overloaded. Writes a subset of the font containing the specified UTF-32 characters to a stream. |
![]() | CompactFonts | Merges matching TrueType font subsets and serializes the merged subsets to byte arrays. |
![]() | GlyphsAndCharsToArray | Overloaded. Creates a subset of the font containing both the specified glyphs and UTF-32 characters, then serializes the subset to a byte array. |
![]() | GlyphsAndCharsToStream | Overloaded. Writes a subset of the font containing both the specified glyphs and UTF-32 characters to a stream. |
![]() | GlyphsToArray | Creates a subset of the font containing the specified glyphs, then serializes the subset to a byte array. |
![]() | GlyphsToStream | Writes a subset of the font containing the specified glyphs to a stream. |
![]() | WholeCffToArray | Overloaded. Writes the CFF table to a byte array. |
![]() | WholeCffToStream | Writes the whole CFF font table (not subset) to a stream. |
![]() | WholeFontToArray | Serializes the whole font (not subset) to a byte array. |
![]() | WholeFontToStream | Writes the whole font (not subset) to a stream. |