Category Graphics and model display, Object ProText

Function ProTextHeightCurrentSet


Description
Sets the height of Creo Parametric text output.
Replacement in Object TOOLKIT: pfcDisplay::TextHeight
Synopsis
#include <ProGraphic.h>
ProErrorProTextHeightCurrentSet(
double height
/* (In)
The current text height for drawn graphics.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the height.

Manual References:

  1. User Interface: Basic Graphics: Controlling Text Attributes

Sample Code References:

  1. pt_examples ( TestText.c )
  2. pt_examples ( UtilTree.c )
  3. pt_examples ( UtilTree.c )
  4. pt_userguide ( UgGraphPolyLineDraw.c )
  5. pt_userguide ( UgGraphPolyLineDraw.c )