Category
3D drawings and annotations
, Category
Graphics and model display
, Object
ProText
Function ProTextStyleHeightSet
Description
Sets the text style height.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleHeightSet
(
ProTextStyle
text_style
/* (In)
The text style
*/
double
height
/* (In)
The height
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the height.
PRO_TK_BAD_INPUTS
One or more input arguments is invalid.
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_userguide ( UgNoteCreate.c )