.. highlightlang:: us .. index:: FontSetHeight .. _fontsetheight: FontSetHeight ============= .. us.tag FontSetHeight GERMAN FontSet :ref:`FontSetHeight` setzt die Höhe des Fonts. .. function:: bool = FontSetHeight(hFont, rsHeight) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war, und FALSE (0), wenn ein Fehler aufgetreten ist. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. uparam:: rsHeight *rsHeight* ist die Höhe des Fonts in Punkten (pt). 28.453pt sind 1cm. Der Zeichensatz in Büchern/Zeitschriften hat ca. 10pt. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetHeight` :sub:`id-1275033`