TextObjectSetFont Method (StandardFonts, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets one of the standarcd fonts as a current font.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetFont(
	StandardFonts standardType1Font,
	double fontSize
)

Parameters

standardType1Font
Type: Apitron.PDF.Kit.FixedLayout.Resources.FontsStandardFonts
The standard type1 font.
fontSize
Type: SystemDouble
Size of the font.
Remarks

Examples

C#
textObject.SetFont(StandardFonts.Symbol, 13);
See Also

Reference