.. highlightlang:: us .. index:: FontGetProps .. _fontgetprops: FontGetProps ============ .. us.tag FontGetProps ENGLISH FontGet New5800 :ref:`FontGetProps` gets the font properties. .. function:: o = FontGetProps(hFont) .. us.return **Return Value** *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 **Parameters** .. uparam:: hFont Identifies the font. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetProps` :sub:`id-580488`