Click or drag to resize

PdfTextSurfaceSetFont Method

Sets the font.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract void SetFont(
	string fontName,
	double fontSize,
	bool requiresUnicodeFont
)

Parameters

fontName
Type: SystemString
Name of the font.
fontSize
Type: SystemDouble
Size of the font.
requiresUnicodeFont
Type: SystemBoolean
if set to true then the font will need unicode characters.
See Also