API Documentation
>
Graphics and model display
>
Object ProText
> Function ProTextStyleMirrorGet
Function ProTextStyleMirrorGet
Description
Retrieves the mirroring for the specified text style.
Replacement in Object TOOLKIT:
pfcAnnotationTextStyle::IsTextMirrored
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleMirrorGet
(
ProTextStyle
text_style
/* (In)
The text style
*/
int* r_mirror
/* (Out)
The mirroring
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
The text style uses the default mirror setting.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_examples ( TestSetup.c )
pt_examples ( TestSetup.c )
User Guide References
Text Style Properties:ProTextStyleMirrorGet
Detail Note Data:ProTextStyleMirrorGet
Was this helpful?
This site works best with JavaScript enabled