Description | |||||
Sets the text underlining. | |||||
Synopsis | |||||
#include <ProNote.h> | |||||
ProError | ProTextStyleUnderlineSet | ( | |||
ProTextStyle text_style | |||||
/* (In) | |||||
The text style. | |||||
*/ | |||||
int underline | |||||
/* (In) | |||||
Set this to true to underline the text. Otherwise, set this to false. | |||||
*/ | |||||
) | |||||
Returns | |||||
|