Aspose::Pdf::Operators::SelectFont class
SelectFont class
Class representing Tf operator (set text font and size).
class SelectFont : public Aspose::Pdf::Operators::TextStateOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Name() const | Name of font. |
get_Size() const | Size of text. |
SelectFont(System::String, double) | Initializes operator. |
ToString() const override | Returns text representation of operator. |
See Also
- Class TextStateOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++