.. highlightlang:: us .. _xyzsetisolabelfont: XYZSetIsoLabelFont ================== .. index:: XYZSetIsoLabelFont .. us.tag XYZSetIsoLabelFont ENGLISH XYZSet_label :ref:`XYZSetIsoLabelFont` sets the font style for isoline labels. .. function:: bool = XYZSetIsoLabelFont(hData, hFont) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData Is the handle of a dataset created with :ref:`XYZCreate`. .. uparam:: hFont *hFont* Is the handle of the font style created with :ref:`FontCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`FontCreate` :sub:`id-1699675`