API Documentation > Graphics and model display > Object ProText > Function ProTextStyleUnderlineGet
Function ProTextStyleUnderlineGet
Description
Retrieves the underlining for the specified text style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleUnderlineGet
(
ProTextStyle text_style
/* (In)
The text style
*/
int* r_underline
/* (Out)
The underlining
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default underline setting.
Sample Code References
User Guide References
Was this helpful?