Initializes a new instance of the class.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfCjkStandardFont(
	PdfCjkFontFamily fontFamily,
	float size,
	PdfFontStyle style
)
Public Sub New ( 
	fontFamily As PdfCjkFontFamily,
	size As Single,
	style As PdfFontStyle
)
public:
PdfCjkStandardFont(
	PdfCjkFontFamily fontFamily, 
	float size, 
	PdfFontStyle style
)
new : 
        fontFamily : PdfCjkFontFamily * 
        size : float32 * 
        style : PdfFontStyle -> PdfCjkStandardFont

Parameters

fontFamily
PdfCjkFontFamily
The font family.
size
Single
The size.
style
PdfFontStyle
The style.

See Also