Share

AcDbMText::lineSpacingStyle

C++

AcDb::LineSpacingStyle lineSpacingStyle() const;

Description

Returns the line spacing style, either kAtLeast (the line spacing is a minimum value) or kExactly (the line spacing is absolute). See AcDb::LineSpacingStyle for more information and examples.

Links

AcDbMText Class

Was this information helpful?