PageWriter.Write_Tf

Writes a PDF "Tf" operator to the page.

public void Write_Tf(Font font, float fontSize)
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

PageWriter
ceTe.DynamicPDF.IO

In this topic