Click or drag to resize

PdfiumFPDFFont_AddToWidths Method

Add thw character width to the Width array of the specified font.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFont_AddToWidths(
	IntPtr font,
	uint charcode
)

Parameters

font  IntPtr
Handle to the font object.
charcode  UInt32
A char code.
Remarks
Caution note  Caution
Currently, only CID fonts are supported.
See Also