API 文件集 > Graphics and model display > Object ProText > Function ProTextStyleAngleGet
Function ProTextStyleAngleGet
Description
Retrieves the angle of the text style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleAngleGet
(
ProTextStyle text_style
/* (In)
The text style
*/
double* r_angle
/* (Out)
The angle
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default angle.
Sample Code References
這是否有幫助?