|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/String.hpp"#include "CeresEngine/Foundation/Container/Map.hpp"#include "CeresEngine/Foundation/Container/Span.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include "CeresEngine/Foundation/IO/FilePath.hpp"#include "CeresEngine/Graphics/BezierPath.hpp"#include "CeresEngine/Math/Offset.hpp"#include "CeresEngine/Math/Rect.hpp"#include "CeresEngine/Resource/Resource.hpp"#include "CeresEngine/Texture/Texture.hpp"#include "CeresEngine/Texture/TextureAtlasLayout.hpp"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 |