Category
3D drawings and annotations
, Category
Graphics and model display
, Object
ProText
Function ProTextStyleWidthGet
Description
Retrieves the width factor of the text style.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleWidthGet
(
ProTextStyle
text_style
/* (In)
The text style
*/
double*
r_width_factor
/* (Out)
The width factor
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
The text style uses the default width.
Manual References:
Drawings: Detail Note Text Data
Drawings: Detail Note Text Data
Annotations: Annotation Features and Annotations: Text Style Properties
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestSetup.c )
pt_examples ( TestSetup.c )