Aspose::Pdf::Operators::SetCharWidth class
SetCharWidth class
Class representing d0 operator (set glyph width).
class SetCharWidth : public Aspose::Pdf::Operator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Wx() const | Horizontal displacement of glyph coordinate. |
get_Wy() const | Vertical displacement of glyph coordinate. |
SetCharWidth(double, double) | Constructor. |
ToString() const override | Returns text representation of operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++