neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
font_manager.hpp File Reference
#include <neogfx/neogfx.hpp>
#include <unordered_map>
#include <set>
#include <neolib/core/jar.hpp>
#include <neolib/core/string_ci.hpp>
#include <neogfx/gfx/texture_atlas.hpp>
#include <neogfx/gfx/text/emoji_atlas.hpp>
#include <neogfx/gfx/text/i_font_manager.hpp>

Go to the source code of this file.

Classes

class  neogfx::fallback_font_info
 
class  neogfx::font_manager
 
struct  neogfx::font_manager::error_initializing_font_library
 
struct  neogfx::font_manager::no_matching_font_found
 
struct  neogfx::font_manager::failed_to_allocate_glyph_space
 

Namespaces

namespace  neogfx
 

Typedefs

typedef struct FT_LibraryRec_ * FT_Library
 

Typedef Documentation

◆ FT_Library

typedef struct FT_LibraryRec_* FT_Library

Definition at line 31 of file font_manager.hpp.