Category Graphics and model display, Object ProText

Function ProTextStyleIsHeightInModelUnits


Description
Obtains 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. The default value is as a fraction of the screen size.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleIsHeightInModelUnits(
ProTextStyle text_style
/* (In)
The text style.
*/
ProBoolean* is_height_in_model_units
/* (Out)
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.
PRO_TK_GENERAL_ERRORThe text style uses the default value.

Manual References:

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