[]
PDF "Tf" operator. Set the text font and size.
public class SetTextFontAndSize : OperatorBase
Initializes a new instance of the SetTextFontAndSize class.
public SetTextFontAndSize(Font font, PdfName fontName, float fontSize)
font FontThe value of Font.
fontName PdfNameThe value of FontName.
fontSize floatThe value of FontSize.
The font.
public readonly Font Font
The font resource name.
public readonly PdfName FontName
The font size.
public readonly float FontSize
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.