Click or drag to resize

PdfiumFPDFFont_UnicodeFromCharCode Method

Convert char code to unicode

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static char FPDFFont_UnicodeFromCharCode(
	IntPtr font,
	int charcode
)

Parameters

font  IntPtr
Handle to the font object
charcode  Int32
Char code

Return Value

Char
A unicode character
See Also