Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextWidthFactorCurrentSet


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

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 )