FontSubsetterCommitPolicies Enumeration
Specifies the granularity at which font glyph subsets are saved in an XPS document.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Xps.SerializationAssembly: ReachFramework (in ReachFramework.dll)
| Member name | Description | |
|---|---|---|
| None | No subsetting. Store all glyphs for all fonts used in the document. | |
| CommitPerPage | Store all glyphs that are used in the text by each page. | |
| CommitPerDocument | Store all glyphs that are used in the text by each document. | |
| CommitEntireSequence | Store all glyphs that are used in the text by each document sequence. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.