GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "txt-eng.h"
Public Types | |
enum | fontstyle { normal, bold, italic, oblique } |
Public Member Functions | |
text_element_fontstyle (fontstyle st) | |
~text_element_fontstyle (void) | |
void | accept (text_processor &p) |
fontstyle | get_fontstyle (void) const |
Private Member Functions | |
text_element_fontstyle (void) | |
Private Attributes | |
fontstyle | style |
|
inline |
|
inline |
|
private |
|
inlinevirtual |
Implements text_element.
|
inline |
Definition at line 217 of file txt-eng.h.
Referenced by ft_render::visit().