.. _group__a3d__pdf__font__module:

###########
Font Module
###########

Module for fonts on a PDF document. 

This module describes the functions and structures that allow you to specify fonts in a document. 

**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


.. rst-class:: kind-group kind-function

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


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFFontCheck`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../functions/A3DPDFFontCheck


