|
Gnash
0.8.11dev
|
#include "Font.h"#include "log.h"#include "DefineShapeTag.h"#include "LineStyle.h"#include "movie_definition.h"Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
| gnash::fontlib | |
| Library management. | |
Macros | |
| #define | DEFAULT_FONT_NAME "_sans" |
Functions | |
| void | gnash::fontlib::clear () |
| Clean up the font library. More... | |
| boost::intrusive_ptr< Font > | gnash::fontlib::get_default_font () |
| Return a default device font. More... | |
| Font * | gnash::fontlib::get_font (const std::string &name, bool bold, bool italic) |
| void | gnash::fontlib::add_font (Font *f) |
| #define DEFAULT_FONT_NAME "_sans" |
Referenced by gnash::fontlib::get_default_font().
1.8.12