Category
3D drawings and annotations
, Category
Graphics and model display
, Object
ProText
Function ProTextStyleSlantAngleGet
Description
Retrieves the slant angle of the specified text style.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleSlantAngleGet
(
ProTextStyle
text_style
/* (In)
The text style
*/
double*
r_slant_angle
/* (Out)
The slant angle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
The text style uses the default slant angle.
Manual References:
Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
Drawings: Detail Note Text Data
Drawings: Detail Note Text Data
Annotations: Annotation Features and Annotations: Text Style Properties
Sample Code References:
pt_examples ( TestSetup.c )
pt_examples ( TestSetup.c )