 | PdfiumFPDFFont_CharCodeFromUnicode Method |
Convert unicode to char code
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFont_CharCodeFromUnicode(
IntPtr font,
char unicode
)
Public Shared Function FPDFFont_CharCodeFromUnicode (
font As IntPtr,
unicode As Char
) As Integer
public:
static int FPDFFont_CharCodeFromUnicode(
IntPtr font,
wchar_t unicode
)
static member FPDFFont_CharCodeFromUnicode :
font : IntPtr *
unicode : char -> int
public static int FPDFFont_CharCodeFromUnicode(
IntPtr font,
char unicode
)
Patagames.Pdf.Pdfium.FPDFFont_CharCodeFromUnicode = function(font, unicode);
Parameters
- font IntPtr
- Handle to the font object
- unicode Char
- Unicode
Return Value
Int32A char code
See Also