Josh's Graphics Library
|
#include <vector>
#include <filesystem>
#include <J3ML/LinearAlgebra.hpp>
#include <iostream>
Go to the source code of this file.
Classes | |
class | JGL::Font |
A Font class implementation. More... | |
Namespaces | |
namespace | JGL |
OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context. | |
Typedefs | |
typedef struct FT_FaceRec_ * | FT_Face |
Defines external C references to FreeType Data Structures. More... | |
typedef struct FT_LibraryRec_ * | FT_Library |
Functions | |
bool | JGL::InitTextEngine () |
Initializes FreeType engine. Remember to call this during program initialization. More... | |
typedef struct FT_FaceRec_* FT_Face |
Defines external C references to FreeType Data Structures.
typedef struct FT_LibraryRec_* FT_Library |