.. highlightlang:: us .. index:: FontGetPitchAndFamily .. _fontgetpitchandfamily: FontGetPitchAndFamily ===================== .. us.tag FontGetPitchAndFamily GERMAN FontGet :ref:`FontGetPitchAndFamily` liefert die Zeichenbreite und die Fontfamilie. .. function:: rsPitchAndFamily = FontGetPitchAndFamily(hFont) .. us.return **Returnwert** *rsPitchAndFamily* beschreibt die Zeichenbreite und Schriftfamilie des Fonts *hFont*. Siehe :ref:`FontCreate`. .. 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:`FontSetPitchAndFamily` :sub:`id-401059`