Category 3D drawings and annotations, Object ProNote

Function ProNoteTextStyleSet


Description
Sets the text style of the specified note.
Synopsis
#include <ProNote.h>
ProErrorProNoteTextStyleSet(
ProNote* p_note_item
/* (In)
The note.
*/
ProTextStyle text_style
/* (In)
The text style. Note that height and width factor do not apply to three-dimensional notes.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the text style.
PRO_TK_BAD_CONTEXTThe note text style cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Text Styles