#include <opennurbs_textiterator.h>
Classes | |
| class | TextRun |
Public Member Functions | |
| ON_RtfFirstChar (const ON_DimStyle *dimstyle, double height, ON_Color color) | |
| virtual | ~ON_RtfFirstChar () |
| bool | AppendCodePoint (ON__UINT32 codept) override |
| void | BeginColorTable () override |
| void | BeginFontTable () override |
| void | BeginHeader () override |
| void | Bold (const wchar_t *value) override |
| void | FontTag (const wchar_t *value) override |
| void | GroupBegin () override |
| virtuals More... | |
| void | GroupEnd () override |
| bool | InColorTable () |
| bool | InFontTable () |
| void | InitStringBuilder (const ON_DimStyle *default_style) |
| void | Italic (const wchar_t *value) override |
| const ON_wString | OutputString () |
| TextRun | PopRun () |
| void | PushRun (TextRun &run) |
| void | SetInColorTable (bool b) |
| void | SetInFontTable (bool b) |
| void | Strikethrough (const wchar_t *value) override |
| void | TextField (const wchar_t *name) override |
| void | UnderlineOff () override |
| void | UnderlineOn () override |
Public Member Functions inherited from ON_TextBuilder | |
| ON_TextBuilder () | |
| virtual | ~ON_TextBuilder () |
| virtual void | Bullet () |
| virtual void | CharSet (const wchar_t *value) |
| unsigned int | CharSetFromMap (int nval) |
| virtual void | CodePage (const wchar_t *value) |
| unsigned int | CodePageFromMap (int nval) |
| virtual void | ColorBackground (const wchar_t *value) |
| virtual void | ColorBlue (const wchar_t *value) |
| virtual void | ColorForeground (const wchar_t *value) |
| virtual void | ColorGreen (const wchar_t *value) |
| virtual void | ColorRed (const wchar_t *value) |
| virtual void | DefaultFont (const wchar_t *value) |
| virtual void | EmDash () |
| virtual void | EnDash () |
| const ON_wString | FaceNameFromMap (int nval) |
| virtual void | FlushText (size_t count, ON__UINT32 *cp_array) |
| virtual void | FontSize (const wchar_t *value) |
| virtual void | InitBuilder (const ON_Font *default_font) |
| virtual void | LDblQuote () |
| virtual void | LQuote () |
| virtual void | Newline () |
| virtual void | NoSuperSub () |
| virtual void | Paragraph () |
| virtual void | ParagraphDefaults () |
| virtual void | RDblQuote () |
| virtual void | RQuote () |
| ON__UINT32 * | RunCodePoints (const ON_TextRun &run) |
| virtual void | Section () |
| virtual void | SetStackScale (const wchar_t *value) |
| virtual void | StackEnd () |
| virtual void | StackFraction (const wchar_t *value) |
| virtual void | Subscript () |
| virtual void | Superscript () |
| virtual void | Tab () |
| virtual void | UniCpCount (const wchar_t *value) |
| virtual void | UniDecimal (const wchar_t *value) |
| virtual void | UniDest (const wchar_t *value) |
| virtual void | UniEmbeddedDest (const wchar_t *value) |
Public Attributes | |
| TextRun | m_current_run |
| ON_ClassArray< TextRun > | m_run_stack |
Public Attributes inherited from ON_TextBuilder | |
| ON_SimpleArray< int > | m_ansi_equiv_chars = 0 |
| ON_SimpleArray< ON__UINT32 > | m_current_codepoints |
| TextProps | m_current_props |
| ON__UINT16 | m_current_UTF16_buffer [2] |
| ON__INT32 | m_current_UTF16_buffer_count = 0 |
| ON__INT32 | m_default_font_index = 0 |
| ON_ClassArray< ON_FaceNameKey > | m_facename_map |
| ON__INT32 | m_font_index = 0 |
| ON__INT32 | m_font_table_level = -1 |
| ON__INT32 | m_in_run |
| ON__INT32 | m_level = 0 |
| ON_ClassArray< TextProps > | m_prop_stack |
Additional Inherited Members | |
Public Types inherited from ON_TextBuilder | |
| enum | : ON__UINT16 { m_UFT16_waiting_mark = 0xEEEE, m_UFT16_unused_mark = 0xFFFF } |
| ON_RtfFirstChar::ON_RtfFirstChar | ( | const ON_DimStyle * | dimstyle, |
| double | height, | ||
| ON_Color | color | ||
| ) |
|
virtual |
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
virtuals
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
| bool ON_RtfFirstChar::InColorTable | ( | ) |
| bool ON_RtfFirstChar::InFontTable | ( | ) |
| void ON_RtfFirstChar::InitStringBuilder | ( | const ON_DimStyle * | default_style | ) |
|
overridevirtual |
Reimplemented from ON_TextBuilder.
| const ON_wString ON_RtfFirstChar::OutputString | ( | ) |
| TextRun ON_RtfFirstChar::PopRun | ( | ) |
| void ON_RtfFirstChar::PushRun | ( | TextRun & | run | ) |
| void ON_RtfFirstChar::SetInColorTable | ( | bool | b | ) |
| void ON_RtfFirstChar::SetInFontTable | ( | bool | b | ) |
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
|
overridevirtual |
Reimplemented from ON_TextBuilder.
| TextRun ON_RtfFirstChar::m_current_run |
| ON_ClassArray< TextRun > ON_RtfFirstChar::m_run_stack |