
##############
A3DFontKeyData
##############

.. c:struct:: A3DFontKeyData

   Font key structure. 
   
   
      2.0
   
   
   
   This structure stores the information of a font key. Font keys are used by markup tessellation.
   
   
      :ref:`Masks for encoding font keys <group__a3d__tessmarkupfontkeydef>` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DFontKeyData.m_iFontFamilyIndex`
   * :c:member:`~A3DFontKeyData.m_iFontStyleIndex`
   * :c:member:`~A3DFontKeyData.m_iFontSizeIndex`
   * :c:member:`~A3DFontKeyData.m_cAttributes`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DInt32 A3DFontKeyData.m_iFontFamilyIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Font family index. 
      



.. c:member:: A3DInt32 A3DFontKeyData.m_iFontStyleIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Font style index. 
      



.. c:member:: A3DInt32 A3DFontKeyData.m_iFontSizeIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Font size index. 
      



.. c:member:: A3DInt8 A3DFontKeyData.m_cAttributes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt8`
      
      Font attributes. 
      
      See :ref:`Flags for Font and Font-Key Attributes <group__a3d__fontattribdef>`\ . 
      




