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:
Synopsis
#include <ProNote.h>
ProTextStyleMirrorGet
(
ProTextStyle text_style
/* (In)
The text style
*/
int* r_mirror
/* (Out)
The mirroring
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default mirror setting.
Sample Code References
User Guide References
Was this helpful?