Category Graphics and model display, Object ProText

Function ProTextStyleHeightInModelUnitsSet


Description
Assigns if the text height will be in relation to the model units or a fraction of the screen size. Used for flat-to-screen annotations.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleHeightInModelUnitsSet(
ProTextStyle text_style
/* (In)
The text style.
*/
ProBoolean is_height_in_model_units
/* (In)
PRO_B_TRUE if the text height is in model units, PRO_B_FALSE if the text height is relative to the screen size.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Text Style Properties
  2. Annotations: Annotation Features and Annotations: Text Style Properties