Previous topic

FontGetFaceName

Next topic

FontGetPitchAndFamily

This Page

FontGetHeightΒΆ

FontGetHeight gets the font height in points (pt).

rsHeight = FontGetHeight(hFont)

Return Value

rsHeight is the height of the font in points (pt). 28.453pt is 1cm.

Parameters

hFont

Identifies the font.

id-31234