API 文件集 > Graphics and model display > Object ProText > Function ProTextStyleAlloc
Function ProTextStyleAlloc
Description
Allocates the opaque handle for a ProTextStyle data structure.
Synopsis
#include <ProNote.h>
ProTextStyleAlloc
(
ProTextStyle* r_text_style
/* (Out)
The pointer to the handle for the ProTextStyle structure. Free this using ProTextStyleFree().
*/
)
Returns
The function successfully allocated the handle.
Sample Code References
這是否有幫助?