Click or drag to resize

GState.SetFont 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.PDF.Font
the font
font_sz
Type: System.Double
the font_sz
See Also