Category Graphics and model display, Object ProText

Function ProTextFontDefaultIdGet


Description
Returns the default text 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: pfcDisplay::DefaultFont
Synopsis
#include <ProGraphic.h>
voidProTextFontDefaultIdGet(
int* font_id
/* (Out)
The default font identifier
*/
)
Returns
None

Manual References:

  1. User Interface: Basic Graphics: Controlling Text Fonts
  2. User Interface: Basic Graphics: Controlling Text Fonts

Sample Code References:

  1. pt_examples ( TestText.c )