Aspose::Pdf::Operators::SetGlyphsPositionShowText class
SetGlyphsPositionShowText class
Class representing TJ operator (show text with glyph positioning).
class SetGlyphsPositionShowText : public Aspose::Pdf::Operators::TextShowOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_GlyphPositions() const | Returns positions of glyphs. |
get_Text() override | Gets text from operator argument (glyph positioning is ignored). |
SetGlyphsPositionShowText(System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<GlyphPosition>>>) | Constructor for TJ operator. |
ToString() const override | Returns text representation of operator. |
See Also
- Class TextShowOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++