API 文件集 > Graphics and model display > Object ProText > Function ProTextStyleMirrorSet
Function ProTextStyleMirrorSet
Description
Sets the text mirroring.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
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
The function successfully set the mirroring.
Sample Code References
User Guide References
這是否有幫助?