Category
3D drawings and annotations
, Category
Graphics and model display
, Object
ProText
Function ProTextStyleMirrorSet
Description
Sets the text mirroring.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleMirrorSet
(
ProTextStyle
text_style
/* (In)
The text style.
*/
int
mirror
/* (In)
Set this to true to mirror the text. Otherwise, set this to false.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the mirroring.
Manual References:
Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
Drawings: Detail Note Data
Drawings: Detail Note Data
Annotations: Annotation Features and Annotations: Text Style Properties
Sample Code References:
pt_examples ( TestSetup.c )