Win32Prn() > Font settings |
Numeric width of characters for the current font.
Data type: | N | Default: | 0 |
The instance variable :charWidth contains the numeric width in pixels for a character of the current font. By default, method :create() selects "Courier New" as current font.
The current font can be changed with method :setFont() after :create() is called.
Note: the character width is an average width when a proportional font is selected.
http://www.xHarbour.com