Category Graphics and model display, Object ProText

Function ProTextFontIdCurrentSet


Description
Sets the font identifier of Creo Parametric text output.
Replacement in Object TOOLKIT: pfcDisplay::CurrentFont
Synopsis
#include <ProGraphic.h>
ProErrorProTextFontIdCurrentSet(
int font_id
/* (In)
The font identifier
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the value.

Manual References:

  1. User Interface: Basic Graphics: Controlling Text Attributes

Sample Code References:

  1. pt_examples ( TestText.c )
  2. pt_userguide ( UgGraphPolyLineDraw.c )
  3. pt_userguide ( UgGraphPolyLineDraw.c )