Click or drag to resize

CTextAttributeCFontNameHelperObtainFontName Method

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static string ObtainFontName(
	CTextAttributeCFontNameHelperFontType fontType,
	bool isBold,
	bool isItalic
)

Parameters

fontType
Type: ComPDFKit.PDFAnnotationCTextAttributeCFontNameHelperFontType
Standard font type
isBold
Type: SystemBoolean
Whether it is bold
isItalic
Type: SystemBoolean
Whether it is iatlic

Return Value

Type: String
Returns font name
See Also