WmfSetTextCharExtra

WmfSetTextCharExtra class

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

Constructors

NameDescription
WmfSetTextCharExtra()The default constructor.

Properties

NameDescription
CharExtra { get; set; }Gets or sets the character extra.

See Also