#include <opennurbs_textiterator.h>
Public Attributes | |
| bool | m_bold = false |
| ON_wString | m_facename = L"Arial" |
| int | m_facename_key = -1 |
| bool | m_italic = false |
| ON_wString | m_run_text |
| ON_TextRun::RunType | m_run_type = ON_TextRun::RunType::kNone |
| bool | m_strikeout = false |
| ON_TextRun * | m_text_run = nullptr |
| bool | m_underline = false |
| bool RtfComposer::RunInfo::m_bold = false |
| ON_wString RtfComposer::RunInfo::m_facename = L"Arial" |
| int RtfComposer::RunInfo::m_facename_key = -1 |
| bool RtfComposer::RunInfo::m_italic = false |
| ON_wString RtfComposer::RunInfo::m_run_text |
| ON_TextRun::RunType RtfComposer::RunInfo::m_run_type = ON_TextRun::RunType::kNone |
| bool RtfComposer::RunInfo::m_strikeout = false |
| ON_TextRun* RtfComposer::RunInfo::m_text_run = nullptr |
| bool RtfComposer::RunInfo::m_underline = false |