 | PdfiumFPDFFont_AddToCMap Method |
Add an unicode character to the CMap table of the specified font.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static uint FPDFFont_AddToCMap(
IntPtr font,
uint unicode
)
Public Shared Function FPDFFont_AddToCMap (
font As IntPtr,
unicode As UInteger
) As UInteger
public:
static unsigned int FPDFFont_AddToCMap(
IntPtr font,
unsigned int unicode
)
static member FPDFFont_AddToCMap :
font : IntPtr *
unicode : uint32 -> uint32
public static UInt32 FPDFFont_AddToCMap(
IntPtr font,
UInt32 unicode
)
Patagames.Pdf.Pdfium.FPDFFont_AddToCMap = function(font, unicode);
Parameters
- font IntPtr
- Handle to the font object.
- unicode UInt32
- Unicode character
Return Value
UInt32A char code that was added. Zero if unicode already present in the CMap.
See Also