API Documentation > Graphics and model display > Object ProText > Function ProTextStyleWidthGet
Function ProTextStyleWidthGet
Description
Retrieves the width factor of the text style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleWidthGet
(
ProTextStyle text_style
/* (In)
The text style
*/
double* r_width_factor
/* (Out)
The width factor
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default width.
Sample Code References
User Guide References
Was this helpful?