Class CffSubsetResult
The outcome of subsetting a CFF font program.
public sealed class CffSubsetResult
- Inheritance
-
CffSubsetResult
- Inherited Members
Properties
- FontProgram
Gets the subsetted program: a bare, CID-keyed CFF whose CIDs are the subset glyph ids, which is what a PDF
/FontFile3stream of subtype/CIDFontType0Ccarries.
- OriginalToSubsetGlyph
Gets the map from source glyph id to subset glyph id (equivalently, to CID).
- SourceGlyphCount
Gets the glyph count of the source program, for reporting the reduction achieved.
- SubsetGlyphCount
Gets the glyph count of the subsetted program.