Click or drag to resize

PdfiumFPDFFont_CharCodeFromUnicode Method

Convert unicode to char code

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

Parameters

font  IntPtr
Handle to the font object
unicode  Char
Unicode

Return Value

Int32
A char code
See Also