Class SetCharWidth
SetCharWidth class
Class representing d0 operator (set glyph width).
public class SetCharWidth : Operator
Constructors
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| Wx { get; } | Horizontal displacement of glyph coordinate. |
| Wy { get; } | Vertical displacement of glyph coordinate. |
Methods
| Name | Description |
|---|
| 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