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.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfOutPrecision

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
DEFAULTA value that specifies default behavior.
DEVICEA value that specifies the choice of a device font when the system
contains multiple fonts with the same name.
OUTLINEA value that specifies the requirement for TrueType and other outline fonts.
PS_ONLYA value that specifies a requirement for only PostScript fonts. If there
are no PostScript fonts installed in the system, default behavior is specified.
RASTERA value that specifies the choice of a rasterized font when the system
contains multiple fonts with the same name.
SCREEN_OUTLINEA value that specifies a preference for TrueType and other
outline fonts.
STRINGA value that is returned when rasterized fonts are enumerated.
STROKEA value that is returned when TrueType and other outline fonts, and
vector fonts are enumerated.
TTA value that specifies the choice of a TrueType font when the system
contains multiple fonts with the same name.
TT_ONLYA value that specifies the requirement for only TrueType fonts. If
there are no TrueType fonts installed in the system, default behavior is specified.