EmfPlusDriverStringOptionsFlags Enumeration

The DriverStringOptions flags specify properties of graphics text positioning and rendering. These flags can be combined to specify multiple options.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusDriverStringOptionsFlags

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
DRIVER_STRING_OPTIONS_CMAP_LOOKUPIf set, the positions of character glyphs SHOULD be specified in a character map lookup table.
If clear, the glyph positions SHOULD be obtained from an array of coordinates.
DRIVER_STRING_OPTIONS_LIMIT_SUBPIXELIf set, less memory SHOULD be used to cache anti-aliased glyphs, which produces lower quality text rendering.
If clear, more memory SHOULD be used, which produces higher quality text rendering.
DRIVER_STRING_OPTIONS_REALIZED_ADVANCEIf set, character glyph positions SHOULD be calculated relative to the position of the first glyph.
If clear, the glyph positions SHOULD be obtained from an array of coordinates.
DRIVER_STRING_OPTIONS_VERTICALIf set, the string SHOULD be rendered vertically.
If clear, the string SHOULD be rendered horizontally.