Function ProTextFontNameGet
Description
Retrieves the font name for the specified font identifier.
NOTE:
The correspondence between font names and font identifiers stays constant during a Creo Parametric session, but may be different for different sessions.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProTextFontNameGet
(
int font_id
/* (In)
The identifier of the text font
*/
ProLine font_name
/* (Out)
The name of the font
*/
)
Returns
The function successfully retrieved the information.
The function could not find a font name for the specified font identifier.
Sample Code References
User Guide References
Isto foi útil?