Share

AcDbMText::nonBreakSpace

C++

static const ACHAR* const nonBreakSpace();

Description

This static member function returns the string "~". This function can be used in place of the string constant "~" 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 "~" indicates a nonbreaking space.

Links

AcDbMText Class

Was this information helpful?