#include <opennurbs_textrun.h>
Public Types | |
enum | StackStyle : unsigned char { StackStyle::kUnset = 0, StackStyle::kHorizontalToScreen = 1, StackStyle::kSlanted = 2 } |
Public Member Functions | |
ON_StackedText ()=default | |
ON_StackedText (const ON_StackedText &src) | |
~ON_StackedText () | |
ON_StackedText & | operator= (const ON_StackedText &src) |
Static Public Member Functions | |
static ON_StackedText::StackStyle | StackStyleFromUnsigned (unsigned int stack_style_as_unsigned) |
Public Attributes | |
class ON_TextRun * | m_bottom_run = nullptr |
const ON_TextRun * | m_parent_run = nullptr |
wchar_t | m_separator = ON_wString::Slash |
class ON_TextRun * | m_top_run = nullptr |
Static Public Attributes | |
static const ON_StackedText | Empty |
Friends | |
class | ON_TextRun |
|
strong |
|
default |
ON_StackedText::~ON_StackedText | ( | ) |
ON_StackedText::ON_StackedText | ( | const ON_StackedText & | src | ) |
ON_StackedText& ON_StackedText::operator= | ( | const ON_StackedText & | src | ) |
|
static |
|
friend |
|
static |
class ON_TextRun* ON_StackedText::m_bottom_run = nullptr |
const ON_TextRun* ON_StackedText::m_parent_run = nullptr |
wchar_t ON_StackedText::m_separator = ON_wString::Slash |
class ON_TextRun* ON_StackedText::m_top_run = nullptr |