PDF File Writer Class Library - Author Uzi Granot
PdfFontCharWidth Method (Double, DrawStyle, Char) |
Character width in user units
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public double CharWidth( double FontSize, DrawStyle DrawStyle, char CharValue )
Parameters
- FontSize
- Type: SystemDouble
Font size - DrawStyle
- Type: PdfFileWriterDrawStyle
Draw style - CharValue
- Type: SystemChar
Character code
Return Value
Type: DoubleCharacter width
