Description | |||||
Retrieves the text style of the specified note. | |||||
Synopsis | |||||
#include <ProNote.h> | |||||
ProError | ProNoteTextStyleGet | ( | |||
ProNote* p_note_item | |||||
/* (In) | |||||
The note. | |||||
*/ | |||||
ProTextStyle* r_text_style | |||||
/* (Out) | |||||
The text style of the note. Free this using ProTextStyleFree(). | |||||
*/ | |||||
) | |||||
Returns | |||||
|