.. highlightlang:: us .. index:: FontGetHeight .. _fontgetheight: FontGetHeight ============= .. us.tag FontGetHeight GERMAN FontGet :ref:`FontGetHeight` liefert die Höhe eines Fonts in Punkten (pt). .. function:: rsHeight = FontGetHeight(hFont) .. us.return **Returnwert** *rsHeight* ist die Höhe des Fonts in Punkten (pt). ``28.453pt`` sind 1cm. Der Zeichensatz in Büchern/Zeitschriften hat ca. 10pt. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetHeight` :sub:`id-31234`