Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextStyleUnderlineSet


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

Manual References:

  1. Annotations: Annotation Features and Annotations: Text Style Properties

Sample Code References:

  1. pt_examples ( TestSetup.c )