#include "octave-config.h"#include <list>#include <memory>#include <string>#include "caseless-str.h"#include "dMatrix.h"Go to the source code of this file.
Classes | |
| class | text_element |
| class | text_element_color |
| class | text_element_combined |
| class | text_element_fontname |
| class | text_element_fontsize |
| class | text_element_fontstyle |
| class | text_element_list |
| class | text_element_string |
| class | text_element_subscript |
| class | text_element_superscript |
| class | text_element_symbol |
| class | text_parser |
| class | text_parser_none |
| class | text_parser_tex |
| class | text_processor |
Macros | |
| #define | ASSIGN_COLOR(r, g, b) { m_rgb(0) = r; m_rgb(1) = g; m_rgb(2) = b; } |
| #define | TEXT_ELEMENT_ACCEPT(cls) |
| #define ASSIGN_COLOR | ( | r, | |
| g, | |||
| b | |||
| ) | { m_rgb(0) = r; m_rgb(1) = g; m_rgb(2) = b; } |
| #define TEXT_ELEMENT_ACCEPT | ( | cls | ) |
Definition at line 350 of file text-engine.h.