FontSetHeightΒΆ

FontSetHeight specifies the height of the font.

bool = FontSetHeight(hFont, rsHeight)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hFont

Identifies the font.

rsHeight

rsHeight is the height of the font in points (pt). 28.453 are 1 cm. The font in most books and magazines has approx. 10pt.

id-1275033