Function ProTextStyleThicknessGet
Description
Retrieves the thickness of the specified text style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleThicknessGet
(
ProTextStyle text_style
/* (In)
The text style.
*/
double* r_thickness
/* (Out)
The thickness. This could be invalid if the thickness is the default value.
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default thickness
Sample Code References
User Guide References
これは役に立ちましたか?