示例#1
0
 public int GetCharTypeWidth(int charCode, out bool isVert)
 {
     return(PDFium.FPDFFont_GetCharTypeWidth(Handle, charCode, out isVert));
 }