Class SelectFont

SelectFont class

Class representing Tf operator (set text font and size).

public class SelectFont : TextStateOperator

Constructors

NameDescription
SelectFont(string, double)Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Name { get; }Name of font.
Size { get; }Size of text.

Methods

NameDescription
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