API 文档 > Graphics and model display > Object ProText > Function ProTextStyleFontGet
Function ProTextStyleFontGet
Description
Gets the font of the text.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleFontGet
(
ProTextStyle text_style
/* (In)
The text style
*/
wchar_t** font
/* (Out)
Name of the font. Free this using ProWstringFree()
*/
)
Returns
The function successfully got the font.
The text style has a mixed state for the font.
The text style uses the default font setting.
One or more input arguments is invalid.
Sample Code References
这对您有帮助吗?