
###############################
A3DGlobalFontTextBoxAndScaleGet
###############################

.. c:function:: A3DStatus A3DGlobalFontTextBoxAndScaleGet(const A3DFontKeyData *psFontKeyData, A3DUTF8Char *pcText, A3DDouble *pdLength, A3DDouble *pdHeight, A3DDouble *pdScale)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGlobalFontTextBoxAndScaleGet(*const* :c:struct:`~A3DFontKeyData`\ * **psFontKeyData**\ , :c:type:`~A3DUTF8Char`\ * **pcText**\ , :c:type:`~A3DDouble`\ * **pdLength**\ , :c:type:`~A3DDouble`\ * **pdHeight**\ , :c:type:`~A3DDouble`\ * **pdScale**\ )
   
   Gets text bounding box and scale according to the font. 
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




