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

Function ProTextStyleUnderlineGet


Description
Retrieves the underlining for the specified text style.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleUnderlineGet(
ProTextStyle text_style
/* (In)
The text style
*/
int* r_underline
/* (Out)
The underlining
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe text style uses the default underline setting.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_examples ( TestSetup.c )