
###############
A3DPDFFontCheck
###############

.. c:function:: A3DStatus A3DPDFFontCheck(const A3DUTF8Char *pcFontName, A3DBool *pbFontSupported, A3DUTF8Char **ppcFontPSName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFFontCheck(*const* :c:type:`~A3DUTF8Char`\ * **pcFontName**\ , :c:type:`~A3DBool`\ * **pbFontSupported**\ , :c:type:`~A3DUTF8Char`\ ** **ppcFontPSName**\ )
   
   Function to check the existence of a PDF font on the local system. 
   
   **Parameters**
   
   
      **pcFontName**\ : The name of the font 
   
      **pbFontSupported**\ : true if the font can be used, false if not. 
   
      **ppcFontPSName**\ : The internal font name as used in PDF. This name should be used in Javascript code to set a font with function textFont.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




