Function ProNoteTextStyleGet
Description
Retrieves the text style of the specified note.
Synopsis
#include <ProNote.h>
ProNoteTextStyleGet
(
ProNote* p_note_item
/* (In)
The note.
*/
ProTextStyle* r_text_style
/* (Out)
The text style of the note. Free this using ProTextStyleFree().
*/
)
Returns
The function successfully retrieved the information.
User Guide References
¿Fue esto útil?