WmfOutPrecision

WmfOutPrecision enumeration

The OutPrecision enumeration defines values for output precision, which is the requirement for the font mapper to match specific font parameters, including height, width, character orientation, escapement, pitch, and font type.

public enum WmfOutPrecision : byte

Values

NameValueDescription
Default0A value that specifies default behavior.
String1A value that is returned when rasterized fonts are enumerated.
Stroke3A value that is returned when TrueType and other outline fonts, and vector fonts are enumerated.
Tt4A value that specifies the choice of a TrueType font when the system contains multiple fonts with the same name.
Device5A value that specifies the choice of a device font when the system contains multiple fonts with the same name.
Raster6A value that specifies the choice of a rasterized font when the system contains multiple fonts with the same name.
TtOnly7A value that specifies the requirement for only TrueType fonts. If there are no TrueType fonts installed in the system, default behavior is specified.
Outline8A value that specifies the requirement for TrueType and other outline fonts.
ScreenOutline9A value that specifies a preference for TrueType and other outline fonts.
PsOnly10A value that specifies a requirement for only PostScript fonts. If there are no PostScript fonts installed in the system, default behavior is specified.

See Also