Platform | Win32, x64 |
Purpose |
To get the dimensions of the LOGFONT character width and height. |
Syntax |
SUBROUTINE GETFONTSIZE@(hfont, width, height) INTEGER(7) hfont INTEGER width,height !(output values) |
Description |
This returns the LOGFONT character width and height for a given font handle. If the routine fails then the width and height are returned as zero. |
Notes |
Introduced with FTN95 8.20. |