SelectFont
SelectFont class
Class representing Tf operator (set text font and size).
public class SelectFont : TextStateOperator
Constructors
Name |
Description |
SelectFont(string, double) |
Initializes operator. |
Properties
Name |
Description |
Index { get; set; } |
Operator index in page operators list. |
Name { get; } |
Name of font. |
Size { get; } |
Size of text. |
Methods
Name |
Description |
override Accept(IOperatorSelector) |
Accepts visitor object to process operator. |
override ToString() |
Returns text representation of operator. |
See Also