Font Constructor (StandardFonts, Single)ByteScout PDF SDK
Initializes a new instance of the standard font with specified properties.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public Font(
	StandardFonts standardFont,
	float emSize
)

Parameters

standardFont
Type: Bytescout.PDFStandardFonts
The Bytescout.PDF.StandardFonts value that specifies the standard font.
emSize
Type: SystemSingle
The em-size, in points, of the font.
See Also

Reference