Share

AcGiTextStyle::styleName

C++

virtual const ACHAR * styleName() const;

Description

Returns a pointer to the styleName of the AcGiTextStyle object. The returned name meets the same restrictions as any symbol table name (that is, alphanumeric or "|" only and 32 characters maximum). The return value is NULL if no styleName has been set.

Warning

As the const qualifier indicates, no attempt should be made to de-allocate the returned string.

Links

AcGiTextStyle

Was this information helpful?