GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "txt-eng.h"
Public Member Functions | |
text_parser (void) | |
virtual | ~text_parser (void) |
virtual text_element * | parse (const std::string &s)=0 |
Static Public Member Functions | |
static text_element * | parse (const std::string &s, const caseless_str &interpreter) |
|
pure virtual |
Implemented in text_parser_tex, and text_parser_none.
Referenced by ft_render::get_extent(), parse(), ft_render::text_to_pixels(), and uicontrol::properties::update_text_extent().
|
inlinestatic |
Definition at line 439 of file txt-eng.h.
References caseless_str::compare(), parse(), and parser.