Table of Contents

Class WmfSetTextCharExtra

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context. Spacing is added to the white space between each character, including break characters, when a line of justified text is output.

public class WmfSetTextCharExtra : WmfObject
Inheritance
WmfSetTextCharExtra
Inherited Members

Constructors

WmfSetTextCharExtra()

public WmfSetTextCharExtra()

Properties

CharExtra

Gets or sets the character extra.

public int CharExtra { get; set; }

Property Value

int

The amount of extra space, in logical units, to be added to each character. If the current mapping mode is not MM_TEXT, this value is transformed and rounded to the nearest pixel. For details about setting the mapping mode, see META_SETMAPMODE (section 2.3.5.17).