PdfFont
GetCharCodeInFont Method
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override bool GetCharCodeInFont(
char charCode
)
Protected Overrides Function GetCharCodeInFont (
charCode As Char
) As Boolean
protected:
virtual bool GetCharCodeInFont(
wchar_t charCode
) override
abstract GetCharCodeInFont :
charCode : char -> bool
override GetCharCodeInFont :
charCode : char -> bool
Parameters
-
charCode
-
Type:
System
Char
Return Value
Type:
Boolean
See Also