Class SetCharWidth

SetCharWidth class

Class representing d0 operator (set glyph width).

public class SetCharWidth : Operator

Constructors

NameDescription
SetCharWidth(double, double)Constructor.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Wx { get; }Horizontal displacement of glyph coordinate.
Wy { get; }Vertical displacement of glyph coordinate.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also