xoreos  0.0.5
Classes | Namespaces | Macros | Enumerations
fontman.h File Reference

The Aurora font manager. More...

#include <map>
#include "src/common/types.h"
#include "src/common/singleton.h"
#include "src/common/mutex.h"
#include "src/common/ustring.h"
#include "src/graphics/aurora/fonthandle.h"
Include dependency graph for fontman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Graphics::Aurora::FontManager
 The global Aurora font manager. More...
 

Namespaces

 Graphics
 
 Graphics::Aurora
 

Macros

#define FontMan   Graphics::Aurora::FontManager::instance()
 Shortcut for accessing the font manager. More...
 

Enumerations

enum  Graphics::Aurora::FontFormat {
  Graphics::Aurora::kFontFormatUnknown = 0, Graphics::Aurora::kFontFormatTexture, Graphics::Aurora::kFontFormatABC, Graphics::Aurora::kFontFormatTTF,
  Graphics::Aurora::kFontFormatNFTR
}
 The format of a font. More...
 

Detailed Description

The Aurora font manager.

Definition in file fontman.h.

Macro Definition Documentation

◆ FontMan