CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Font.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::GlyphProperties
 Describes a single character in a font. More...
 
struct  CeresEngine::FontProperties
 
class  CeresEngine::Font
 The representation of a font in the engine. More...
 
struct  CeresEngine::KerningPair
 Kerning pair representing larger or smaller offset between a specific pair of characters. More...
 
struct  CeresEngine::GlyphDescriptor
 Describes a single character in a font of a specific size. More...
 

Namespaces

namespace  CeresEngine
 

Typedefs

using CeresEngine::Glyph = UInt32
 
using CeresEngine::FontSize = double
 

Enumerations

enum class  CeresEngine::FontRenderingMode { CeresEngine::DefaultRenderingMode , CeresEngine::AntialiasedRenderingMode , CeresEngine::IntegerAdvancementsRenderingMode , CeresEngine::AntialiasedIntegerAdvancementsRenderingMode }