FontSubsetterCommitPolicies Enum

Definition

Specifies the granularity at which font glyph subsets are saved in an XPS document.

This enumeration supports a bitwise combination of its member values.

public enum class FontSubsetterCommitPolicies
[System.Flags]
public enum FontSubsetterCommitPolicies
[<System.Flags>]
type FontSubsetterCommitPolicies = 
Public Enum FontSubsetterCommitPolicies
Inheritance
FontSubsetterCommitPolicies
Attributes

Fields

CommitEntireSequence 3

Store all glyphs that are used in the text by each document sequence.

CommitPerDocument 2

Store all glyphs that are used in the text by each document.

CommitPerPage 1

Store all glyphs that are used in the text by each page.

None 0

No subsetting. Store all glyphs for all fonts used in the document.

Remarks

When font glyphs for text in an XPS document are saved in the document package, the document text displays identically on any computer or printer. If glyphs are not saved in document and the required font is not installed on the local computer or printer, the rendering device must substitute glyphs from another font. Substituting glyphs can change the appearance of the text when a different font is used.

Applies to