Member variable XbpFont():kerning Foundation
Determines whether a font has "kerning" information.
Many fonts include "kerning" information. Kerning defines the distance between specific character pairs if they occur next to each other in the text. PostScript fonts include this information, for example. When a font has "kerning" information, this instance variable contains the value .T. (true), after creation of the font object, otherwise it is .F. (false).
The setting of the :kerning property has no effect during font creation. However, it contains the value .T. (true) after creation of the font object if the font selected has kerning information.
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.