Josh's Graphics Library
FontCache.h File Reference
#include <glad/glad.h>
#include <vector>
#include <array>
#include <unordered_map>
Include dependency graph for FontCache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JGL::CachedGlyph
 Represents a single font-character "glyph", that has been cached in-memory for fast retrieval. More...
 
class  JGL::CachedFont
 Represents a Font object as it exists in the font-cache. More...
 
class  JGL::FontCache
 

Namespaces

namespace  JGL
 OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context.
 

Variables

FontCache JGL::fontCache