.. highlightlang:: us .. index:: LayerGetAxisLabelFont .. _layergetaxislabelfont: LayerGetAxisLabelFont ===================== .. us.tag LayerGetAxisLabelFont NOTREADYENGLISH LayerAxisLabel :ref:`LayerGetAxisLabelFont` returns the handle of the axis label font. .. function:: hFont = LayerGetAxisLabelFont(hLayer, ssXYZ) .. us.return **Return Value** *hFont* is the handle of a font object. .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: ssXYZ *ssXYZ* is "X" for the x-axis, "Y" for the y-axis and "Z" for the z-axis. .. seealso:: :ref:`overview-diagrams`, :ref:`FontCreate`, :ref:`LayerCreate` :sub:`id-840897`