API 文档 > 3D drawings and annotations > Object ProNote > Function ProNoteTextStyleGet
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.
这对您有帮助吗?