
################
A3DPDFTextCreate
################

.. c:function:: A3DStatus A3DPDFTextCreate(A3DPDFDocument *pDoc, const A3DPDFTextData *pTextData, A3DPDFText **ppText)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFTextCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFTextData`\ * **pTextData**\ , :c:type:`~A3DPDFText`\ ** **ppText**\ )
   
   Function to create a text object. 
   
   The text object is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertText`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pTextData**\ : The text parameters. 
   
      **ppText**\ : The Text object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




