Example #1
0
 public int GetCharFontWidth(int charCode)
 {
     return(PDFium.FPDFFont_GetCharWidthF(Handle, charCode, 0));
 }