[]
Represents the out precision of logical font.
public enum FontOutPrecision : byte
The output precision defines how closely the output must match the requested font's height, width, character orientation, escapement, pitch, and font type.
Name | Description |
---|---|
Character | Not used. |
Default | Specifies the default font mapper behavior. |
Device | Instructs the font mapper to choose a Device font when the system contains multiple fonts with the same name. |
OutLine | This value instructs the font mapper to choose from TrueType and other outline-based fonts. |
PostScriptOnly | Instructs the font mapper to choose from only PostScript fonts. If there are no PostScript fonts installed in the system, the font mapper returns to default behavior. |
Raster | Instructs the font mapper to choose a raster font when the system contains multiple fonts with the same name. |
ScreenOutLine | [This is a no document value.] |
String | This value is not used by the font mapper, but it is returned when raster fonts are enumerated. |
Stroke | This value is not used by the font mapper, but it is returned when TrueType, other outline-based fonts, and vector fonts are enumerated. |
TrueType | Instructs the font mapper to choose a TrueType font when the system contains multiple fonts with the same name. |
TrueTypeOnly | Instructs the font mapper to choose from only TrueType fonts. If there are no TrueType fonts installed in the system, the font mapper returns to default behavior. |