Gnash
0.8.10
|
#include "Font.h"
#include "log.h"
#include "DefineShapeTag.h"
#include "LineStyle.h"
#include "movie_definition.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::fontlib |
Library management. | |
Defines | |
#define | DEFAULT_FONT_NAME "_sans" |
Functions | |
void | gnash::fontlib::clear () |
Clean up the font library. | |
boost::intrusive_ptr< Font > | gnash::fontlib::get_default_font () |
Return a default device font. | |
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().