 | PdfiumFPDFFont_GetCharTypeWidth 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_GetCharTypeWidth(
IntPtr font,
int charcode,
out bool isVert
)
Public Shared Function FPDFFont_GetCharTypeWidth (
font As IntPtr,
charcode As Integer,
<OutAttribute> ByRef isVert As Boolean
) As Integer
public:
static int FPDFFont_GetCharTypeWidth(
IntPtr font,
int charcode,
[OutAttribute] bool% isVert
)
static member FPDFFont_GetCharTypeWidth :
font : IntPtr *
charcode : int *
isVert : bool byref -> int
public static int FPDFFont_GetCharTypeWidth(
IntPtr font,
int charcode,
/** @attribute OutAttribute */ /** @ref */boolean isVert
)
Patagames.Pdf.Pdfium.FPDFFont_GetCharTypeWidth = function(font, charcode, isVert);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
- charcode Int32
- The character code.
- isVert Boolean
- Gets the flag indicating whether a given symbol is vertically inscribed.
Return Value
Int32Character width of a font object.
See Also