API Documentation > Graphics and model display > Object ProText > Function ProTextStyleHeightInModelUnitsSet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleHeightInModelUnitsSet
(
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?