.. highlightlang:: us .. index:: FontDialog .. _fontdialog: FontDialog ========== .. us.tag FontDialog GERMAN DialogBoxes :ref:`FontDialog` erzeugt einen Font über ein Dialogfeld. .. function:: hFont = FontDialog() hFont = FontDialog(hFontold) hFont = FontDialog(rsHeight, nWeight, rsPitchAndFamily, ssFaceName, bUnderline, bItalic, bStrikeOut, rsAngle, rvColorRGB) .. us.return **Returnwert** *hFont* ist die Zugriffsnummer (handle) des erzeugten Fonts oder 0, wenn der Font nicht erzeugt werden konnte. .. us.comment **Kommentar** Die Parameter der Funktion entsprechen der Funktion :ref:`FontCreate`. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontDestroy`, :ref:`FontCreate`, :ref:`LayerSetAxisLabelFont`, :ref:`LayerSetAxisTitleFont`, :ref:`TBSetFont`, :ref:`XYZSetIsoLabelFont`, :ref:`XYZSetMarkerLabelFont` :sub:`id-626736`