Enum EmfPlusDriverStringOptionsFlags

Enum EmfPlusDriverStringOptionsFlags

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

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

[Flags]
public enum EmfPlusDriverStringOptionsFlags

Fields

DriverStringOptionsCmapLookup = 1

If 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.

DriverStringOptionsLimitSubpixel = 8

If 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.

DriverStringOptionsRealizedAdvance = 4

If 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.

DriverStringOptionsVertical = 2

If set, the string SHOULD be rendered vertically. If clear, the string SHOULD be rendered horizontally.

Remarks

Graphics text output is specified in Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawDriverString records