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

Function ProTextStyleThicknessGet


Description
Retrieves the thickness of the specified text style.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleThicknessGet(
ProTextStyle text_style
/* (In)
The text style.
*/
double* r_thickness
/* (Out)
The thickness. This could be invalid if the thickness is the default value.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe text style uses the default thickness

Manual References:

  1. Drawings: Detail Note Text Data
  2. Drawings: Detail Note Text Data
  3. Annotations: Annotation Features and Annotations: Text Style Properties

Sample Code References:

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