OperatorWriter.Write_Tf

Writes a PDF "Tf" operator to the page.

public abstract void Write_Tf(Font font, float fontSize)
MustOverride Sub Write_Tf(font As Font, fontSize As Single)

Parameters

font
Font

The Font to draw.

fontSize
Single

The font size to draw.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic