Table of Contents

Class CffSubsetResult

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

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 /FontFile3 stream of subtype /CIDFontType0C carries.

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.