Share

AcDbMText::overlineOff

C++

static const ACHAR* const overlineOff();

Description

This static member function returns the string "o". This function can be used in place of the string constant "o" in order to make your code more understandable. When used in the string that's returned from AcDbMText::contents() (or that will be passed into AcDbMText::setContents()), the "o" indicates overline off.

Links

AcDbMText Class

Was this information helpful?