TextObject Constructor (StandardFonts, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the TextObject class.

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 TextObject(
	StandardFonts standardFont,
	double fontSize
)

Parameters

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

Examples

C#
TextObject text = new TextObject(StandardFonts.HelveticaBold, 11);
See Also

Reference