 | PdfFontGetCharFontWidth Method |
Get a special character width of a font object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int GetCharFontWidth(
int charCode
)
Public Function GetCharFontWidth (
charCode As Integer
) As Integer
public:
int GetCharFontWidth(
int charCode
)
member GetCharFontWidth :
charCode : int -> int public int GetCharFontWidth(
int charCode
)
function GetCharFontWidth(charCode);
Parameters
- charCode Int32
- The character code.
Return Value
Int32Character width of a font object.
See Also