Description | |||||||||||
Retrieves the current text attributes. If the current text attributes have not already been modified by Creo Parametric TOOLKIT, this function returns the default text parameters.
The text attributes apply only to text that is output by ProGraphicsTextDisplay(). |
|||||||||||
Replacement in Object TOOLKIT: | pfcDisplay::CurrentFont | ||||||||||
pfcDisplay::TextHeight | |||||||||||
pfcDisplay::RotationAngle | |||||||||||
pfcDisplay::SlantAngle | |||||||||||
pfcDisplay::WidthFactor | |||||||||||
Synopsis | |||||||||||
#include <ProGraphic.h> | |||||||||||
ProError | ProTextAttributesCurrentGet | ( | |||||||||
ProTextAttribute* attribute | |||||||||||
/* (Out) | |||||||||||
The current text attributes | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProTextFontIdCurrentSet | |||||||||||
ProTextHeightCurrentSet | |||||||||||
ProTextWidthFactorCurrentSet | |||||||||||
ProTextRotationAngleCurrentSet | |||||||||||
ProTextSlantAngleCurrentSet | |||||||||||
ProGraphicsTextDisplay |