get-point-size in font%
get-point-size
font%
Gets the font's size (roughly the height) in logical units.
(The method's name is misleading. When this font is used with a particular drawing context, one logical unit may or may not correspond to 1/72 inch.)
(send a-font get-point-size) -> exact integer in [1, 255]
(send a-font get-point-size)
send
a-font