 | PdfiumFPDFFont_GetCharWidthF Method |
Get a special character width of a font object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFont_GetCharWidthF(
IntPtr font,
int charcode,
int level = 0
)
Public Shared Function FPDFFont_GetCharWidthF (
font As IntPtr,
charcode As Integer,
Optional level As Integer = 0
) As Integer
public:
static int FPDFFont_GetCharWidthF(
IntPtr font,
int charcode,
int level = 0
)
static member FPDFFont_GetCharWidthF :
font : IntPtr *
charcode : int *
?level : int
(* Defaults:
let _level = defaultArg level 0
*)
-> int
public static int FPDFFont_GetCharWidthF(
IntPtr font,
int charcode,
int level = 0
)
Patagames.Pdf.Pdfium.FPDFFont_GetCharWidthF = function(font, charcode, level);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
- charcode Int32
- The character code.
- level Int32 (Optional)
- Reserved. Mast be 0.
Return Value
Int32Character width of a font object.
See Also