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
)
Public Sub SetFont (
font As Font,
font_sz As Double
)
public:
virtual void SetFont(
[InAttribute] Font^ font,
[InAttribute] double font_sz
) sealed
function SetFont(font, font_sz);
Parameters
- font
- Type: pdftron.PDFFont
the font
- font_sz
- Type: SystemDouble
the font_sz
See Also