Description | ||||||||||||||
Sets the text style for the additional text applied to a geometric tolerance. Note that not all text style properties are supported for gtol additional text; unsupported properties are ignored by this function. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProGtol.h> | ||||||||||||||
ProError | ProGtoltextTextstyleSet | ( | ||||||||||||
ProGtol* gtol | ||||||||||||||
/* (In) | ||||||||||||||
The geometric tolerance. | ||||||||||||||
*/ | ||||||||||||||
ProGtolTextType text_type | ||||||||||||||
/* (In) | ||||||||||||||
The instance of additional text to access. | ||||||||||||||
*/ | ||||||||||||||
ProTextStyle text_style | ||||||||||||||
/* (In) | ||||||||||||||
The text style. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|