Member variable XbpFont():widthClass Foundation
Determines the distance between two characters of the font.
The instance variable :widthClass allows the distance between characters to be set. The #include file XBP.CH includes the symbolic constants listed in the following table for use with:widthClass:
Constant |
---|
XBPFONT_WIDTH_DONT_CARE |
XBPFONT_WIDTH_ULTRA_CONDENSED |
XBPFONT_WIDTH_EXTRA_CONDENSED |
XBPFONT_WIDTH_CONDENSED |
XBPFONT_WIDTH_SEMI_CONDENSED |
XBPFONT_WIDTH_NORMAL |
XBPFONT_WIDTH_SEMI_EXPANDED |
XBPFONT_WIDTH_EXPANDED |
XBPFONT_WIDTH_EXTRA_EXPANDED |
XBPFONT_WIDTH_ULTRA_EXPANDED |
Windows does not support "witdthClass" as a font attribute. The instance variable is ignored under Windows.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.