![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Plugins · File Structure |
#include <StelFontMgr.hpp>
Public Member Functions | |
| StelFont & | getStandardFont (const QString &langageName, double size=12.) |
| StelFont & | getFixedFont (const QString &langageName, double size=12.) |
Classes | |
| class | FontForLanguage |
| Class which describes which font to use for a given language ISO code. | |
| class | LoadedFont |
| Class which describes a loaded font. | |
| struct | ltLoadedFont |
Take into account special font for special language. It also load fonts and store them in a cache to prevent duplication.
| StelFont& StelFontMgr::getStandardFont | ( | const QString & | langageName, | |
| double | size = 12. | |||
| ) |
Get the standard font associated to the given language ISO code.
| langageName | the ISO language name such as "fr" or "en" or "*" for default. | |
| size | the font size in pixels. |
| StelFont& StelFontMgr::getFixedFont | ( | const QString & | langageName, | |
| double | size = 12. | |||
| ) |
Get the fixed font associated to the given language ISO code.
| langageName | the ISO language name such as "fr" or "en" or "*" for default. | |
| size | the font size in pixels. |
1.5.5