GET-TEXT-HEIGHT-CHARS( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Graphical interfaces only)
Returns the height, in character units, of the specified font. If no font is specified, the method returns the height of the default font.
Return type: DECIMAL
Applies to: FONT-TABLE system handle
Syntax
|
- font
- An integer expression that specifies an entry within the font.
If
you pass the Unknown value (?) to this method, the AVM
uses the system default font. When a field-level widget inherits
its font from the parent frame, the AVM returns the Unknown value (?) for
the font and you must use the font of the parent frame.