API Documentation
>
Graphics and model display
>
Object ProText
> Function ProTextStyleWidthGet
Function ProTextStyleWidthGet
Description
Retrieves the width factor of the text style.
Replacement in Object TOOLKIT:
pfcAnnotationTextStyle::GetWidth
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.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_examples ( TestSetup.c )
pt_examples ( TestSetup.c )
User Guide References
Text Style Properties:ProTextStyleWidthGet
Detail Note Text Data:ProTextStyleWidthGet
Was this helpful?
This site works best with JavaScript enabled