Gnash
0.8.10
|
#include <boost/intrusive_ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::fontlib |
Library management. | |
Functions | |
void | gnash::fontlib::add_font (Font *f) |
void | gnash::fontlib::clear () |
Clean up the font library. | |
Font * | gnash::fontlib::get_font (const std::string &name, bool bold, bool italic) |
boost::intrusive_ptr< Font > | gnash::fontlib::get_default_font () |
Return a default device font. |