A3DPDFFontCheck

A3DStatus A3DPDFFontCheck(const A3DUTF8Char *pcFontName, A3DBool *pbFontSupported, A3DUTF8Char **ppcFontPSName)
A3DStatus A3DPDFFontCheck(const A3DUTF8Char* pcFontName, A3DBool* pbFontSupported, 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