Click or drag to resize

GStateSetFont Method

Sets the font and font size used to draw text.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFont(
	Font font,
	double font_sz
)

Parameters

font
Type: pdftron.PDFFont
the font
font_sz
Type: SystemDouble
the font_sz
See Also