[]
        
(Showing Draft Content)

C1.C1Preview.EmbeddedFontsGlyphsBuildMode

EmbeddedFontsGlyphsBuildMode Enum

Defines methods used to create lists of glyphs in an EmbeddedFont.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public enum EmbeddedFontsGlyphsBuildMode

Fields

Name Description
All

All font glyphs are added to an EmbeddedFont.

UnicodeRanges

For each character used in a document or report, its whole Unicode range is added to an EmbeddedFont.

UsedChars

Only glyphs for the actual characters used in a document or report are added to an EmbeddedFont.