Function ProTextFontRetrieve
Description
Loads a font with specified name to be used for Creo Parametric text output.
Synopsis
#include <ProGraphic.h>
ProTextFontRetrieve
(
wchar_t* font_name
/* (In)
The font name
*/
int* font_id
/* (Out)
id of the font if loaded successfully. -1 if function fails.
*/
)
Returns
The function successfully loaded font in session.
Font already loaded in session.
Font not found.
User Guide References
これは役に立ちましたか?