EmfPlusDrawDriverString.Glyphs
EmfPlusDrawDriverString.Glyphs property
Gets or sets the glyphs array An array of 16-bit values that define the text string to draw. If the DriverStringOptionsCmapLookup flag in the DriverStringOptionsFlags field is set, each value in this array specifies a Unicode character. Otherwise, each value specifies an index to a character glyph in the EmfPlusFont object specified by the ObjectId value in Flags field.
public short[] Glyphs { get; set; }
See Also
- class EmfPlusDrawDriverString
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
- assembly Aspose.Imaging