.. highlightlang:: us .. index:: LayerGetAxisTitleFont .. _layergetaxistitlefont: LayerGetAxisTitleFont ===================== .. us.tag LayerGetAxisTitleFont ENGLISH LayerAxisTitle :ref:`LayerGetAxisTitleFont` returns the font of the specified axis. .. function:: hFont = LayerGetAxisTitleFont(hLayer, ssXYZ) .. us.return **Return Value** *hFont* is the font of the specified axis. .. 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:`LayerSetAxisTitleFont`, :ref:`LayerCreate` :sub:`id-1722994`