Click or drag to resize

PdfiumFPDFFont_AddToCMap Method

Add an unicode character to the CMap table of the specified font.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static uint FPDFFont_AddToCMap(
	IntPtr font,
	uint unicode
)

Parameters

font  IntPtr
Handle to the font object.
unicode  UInt32
Unicode character

Return Value

UInt32
A char code that was added. Zero if unicode already present in the CMap.
See Also