Overload | Description |
---|---|
CffGlyphsAndCharsToArray(Font,HashSet<UInt16>,Utf32CodeSet) | 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. |
CffGlyphsAndCharsToArray(Font,HashSet<UInt16>,HashSet<Int32>) | 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. |