FontSubsetterCommitPolicies Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No subsetting. Store all glyphs for all fonts used in the document. |
CommitPerPage | 1 | Store all glyphs that are used in the text by each page. |
CommitPerDocument | 2 | Store all glyphs that are used in the text by each document. |
CommitEntireSequence | 3 | Store all glyphs that are used in the text by each document sequence. |
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
.NET