
###########
A3DFontData
###########

.. c:struct:: A3DFontData

   Font structure. 
   
   
      2.0
   
   
   
   This structure stores the information of a font. 
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DFontData.m_pcFamilyName`
   * :c:member:`~A3DFontData.m_pcFontFilePath`
   * :c:member:`~A3DFontData.m_eCharset`
   * :c:member:`~A3DFontData.m_uiSize`
   * :c:member:`~A3DFontData.m_cAttributes`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DFontData.m_pcFamilyName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Font family name. 
      



.. c:member:: A3DUTF8Char* A3DFontData.m_pcFontFilePath

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Font file path. 
      



.. c:member:: A3DECharSet A3DFontData.m_eCharset

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DECharSet`
      
      Font character set. 
      



.. c:member:: A3DUns32 A3DFontData.m_uiSize

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



.. c:member:: A3DInt8 A3DFontData.m_cAttributes

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




