Class SetGlyphsPositionShowText
SetGlyphsPositionShowText class
Class representing TJ operator (show text with glyph positioning).
public class SetGlyphsPositionShowText : TextShowOperator
Constructors
Properties
| Name | Description |
|---|
| GlyphPositions { get; } | Returns positions of glyphs. |
| Index { get; set; } | Operator index in page operators list. |
| override Text { get; } | Gets text from operator argument (glyph positioning is ignored). |
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