Member variable XbpCrt():fontHeight Foundation
Sets the height of the font for displaying characters in the text mode.
:fontHeight is used to set the font height for characters output in the text mode (such as output by QOut() or @... SAY). The default value is 16.
The font height is multiplied by the number of rows :maxRow+1 to determine the height of the XbpCrt window on the screen. The calculation used is :fontHeight * (:maxRow + 1) == width. Translating row coordinates in the text mode to graphic y coordinates is also performed using :fontHeight.
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.