Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextStyleAlloc


Description
Allocates the opaque handle for a ProTextStyle data structure.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleAlloc(
ProTextStyle* r_text_style
/* (Out)
The pointer to the handle for the ProTextStyle structure. Free this using ProTextStyleFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the handle.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Text Styles
  2. Annotations: Annotation Features and Annotations: Note Text Styles

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_examples ( TestSetup.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )
  4. pt_userguide ( UgNoteCreate.c )
  5. pt_userguide ( UgNoteCreate.c )