Font Constructor (StandardFonts, Double)

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

Namespace:  Apitron.PDF.Kit.Styles.Text
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Font(
	StandardFonts standardType1Font,
	double fontSizeInPoints
)

Parameters

standardType1Font
Type: Apitron.PDF.Kit.FixedLayout.Resources.FontsStandardFonts
The standard type1 font.
fontSizeInPoints
Type: SystemDouble
The font size in points.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionWhen font size is less or equal zero.
See Also

Reference