Function ProNoteTextStyleSet
Description
Sets the text style of the specified note.
Synopsis
#include <ProNote.h>
ProNoteTextStyleSet
(
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
The function successfully set the text style.
Model is in read-only state.
The note text style cannot be varied.
Could not modify the given item because it has read-only access.
User Guide References
¿Fue esto útil?