Category
Graphics and model display
, Object
ProText
Function ProTextStyleFontGet
Description
Gets the font of the text.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleFontGet
(
ProTextStyle
text_style
/* (In)
The text style
*/
wchar_t
**
font
/* (Out)
Name of the font. Free this using
ProWstringFree
()
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully got the font.
PRO_TK_GENERAL_ERROR
The text style has a mixed state for the font.
PRO_TK_E_NOT_FOUND
The text style uses the default font setting.
PRO_TK_BAD_INPUTS
One or more input arguments is invalid.
Manual References:
Drawings: Detail Note Text Data
Drawings: Detail Note Text Data
Drawings: Detail Note Data
User Interface: Basic Graphics: Controlling Text Fonts
User Interface: Basic Graphics: Controlling Text Fonts
Sample Code References:
pt_examples ( TestDtlnote.c )