名前 | 解説 | |
---|---|---|
FontWriter コンストラクタ | Initializes an instance of the FontWriter. |
FontWriterデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FontWriter コンストラクタ | Initializes an instance of the FontWriter. |
名前 | 解説 | |
---|---|---|
CffCharsToArray | オーバーロードされます。 Creates a subset of the CFF font table containing the specified UTF-32 characters, then serializes the subset to a byte array. | |
CffCharsToStream | オーバーロードされます。 Writes a subset of the CFF font table containing the specified UTF-32 characters to a stream. | |
CffGlyphsAndCharsToArray | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 Creates a subset of the font containing the specified UTF-32 characters, then serializes the subset to a byte array. | |
CharsToStream | オーバーロードされます。 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 | オーバーロードされます。 Creates a subset of the font containing both the specified glyphs and UTF-32 characters, then serializes the subset to a byte array. | |
GlyphsAndCharsToStream | オーバーロードされます。 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 | オーバーロードされます。 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. |