Category Graphics and model display, Object ProText

Function ProTextStyleFontGet


Description
Gets the font of the text.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleFontGet(
ProTextStyle text_style
/* (In)
The text style
*/
wchar_t** font
/* (Out)
Name of the font. Free this using ProWstringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the font.
PRO_TK_GENERAL_ERRORThe text style has a mixed state for the font.
PRO_TK_E_NOT_FOUNDThe text style uses the default font setting.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.

Manual References:

  1. User Interface: Basic Graphics: Controlling Text Fonts
  2. User Interface: Basic Graphics: Controlling Text Fonts
  3. Technical Summary of Changes for Creo 4.0 F000: Text Properties
  4. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
  5. Drawings: Detail Note Text Data
  6. Drawings: Detail Note Text Data
  7. Drawings: Detail Note Data