Function ProNoteWrapTextGet
Description
Get wrap status of the text
Synopsis
#include <ProNote.h>
ProNoteWrapTextGet
(
ProNote* note
/* (In)
The note.
*/
/* (Out)
PRO_B_TRUE of wrap is set.
*/
double* wrap_width
/* (Out)
width of wrapped text line.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?