API Documentation > Graphics and model display > Object ProText > Function ProTextAttributesCurrentGet
Function ProTextAttributesCurrentGet
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:
Synopsis
#include <ProGraphic.h>
ProTextAttributesCurrentGet
(
ProTextAttribute* attribute
/* (Out)
The current text attributes
*/
)
Returns
The function successfully retrieved the information.
The attribute argument is NULL.
The attributes were not set.
See Also
Sample Code References
User Guide References
Was this helpful?