Josh's Graphics Library
Font.h File Reference
#include <vector>
#include <filesystem>
#include <J3ML/LinearAlgebra.hpp>
#include <iostream>
Include dependency graph for Font.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ FT_Face

typedef struct FT_FaceRec_* FT_Face

Defines external C references to FreeType Data Structures.

◆ FT_Library

typedef struct FT_LibraryRec_* FT_Library