Category Graphics and model display, Object ProText

Function ProTextAttributesCurrentUnset


Description
Unsets the text attributes set using the function ProText*CurrentSet(). After unsetting the attributes, the function restores the default values (as given by ProTextAttributesCurrentGet()).
Replacement in Object TOOLKIT: pfcDisplay::ResetTextAttributes
Synopsis
#include <ProGraphic.h>
ProErrorProTextAttributesCurrentUnset(void)
Returns
PRO_TK_NO_ERRORThe function successfully reset all the settings to their default values.
See Also
ProTextFontIdCurrentSet
ProTextHeightCurrentSet
ProTextWidthFactorCurrentSet
ProTextRotationAngleCurrentSet
ProTextSlantAngleCurrentSet
ProTextAttributesCurrentGet

Sample Code References:

  1. pt_examples ( TestText.c )