Category Graphics and model display, Object ProText

Function ProTextSlantAngleCurrentSet


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

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 )