.. highlightlang:: us .. index:: FontSetHeight .. _fontsetheight: FontSetHeight ============= .. us.tag FontSetHeight ENGLISH FontSet :ref:`FontSetHeight` specifies the height of the font. .. function:: bool = FontSetHeight(hFont, rsHeight) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. uparam:: 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. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetHeight` :sub:`id-1275033`