.. highlightlang:: us .. index:: FontGetProps .. _fontgetprops: FontGetProps ============ .. us.tag FontGetProps GERMAN FontGet New5800 :ref:`FontGetProps` liefert die Font-Properties. .. function:: o = FontGetProps(hFont) .. us.return **Returnwert** *o* **font** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - type - string - font - * - face-name - string - Arial - * - size - int - 9 - * - weight - int - 400 - * - italic - bool - 0 - * - underline - bool - 0 - * - strike-out - bool - 0 - * - color - @color - black - * - pitch-and-family - int - 34 - .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetProps` :sub:`id-580488`