Otawa  0.10
otawa::display::TextStyle Class Reference

Description of the style of text. More...

#include <otawa/display/display.h>

Public Member Functions

 TextStyle (void)
 

Public Attributes

string name
 Name of the text font. More...
 
int style
 Style of the displayed text. More...
 
int size
 The size of the font. More...
 
Color color
 Color the displayed text. More...
 

Static Public Attributes

static const int NORMAL = 0x00
 
static const int BOLD = 0x01
 
static const int ITALIC = 0x02
 
static const int UNDERLINE = 0x04
 

Detailed Description

Description of the style of text.

Constructor & Destructor Documentation

otawa::display::TextStyle::TextStyle ( void  )
inline

Member Data Documentation

const int otawa::display::TextStyle::BOLD = 0x01
static
otawa::display::TextStyle::color

Color the displayed text.

const int otawa::display::TextStyle::ITALIC = 0x02
static
otawa::display::TextStyle::name

Name of the text font.

const int otawa::display::TextStyle::NORMAL = 0x00
static
otawa::display::TextStyle::size

The size of the font.

otawa::display::TextStyle::style

Style of the displayed text.

Either NORMAL, or an OR'ed combination of BOLD, ITALIC or UNDERLINE.

const int otawa::display::TextStyle::UNDERLINE = 0x04
static

The documentation for this class was generated from the following files: