Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
Loading...
Searching...
No Matches
Classes | Functions
fontsClass.h File Reference
#include "bbopGlobal.h"
#include "bbopMathClass.h"
#include "spriteClass.h"
#include <iostream>
#include <ft2build.h>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
Include dependency graph for fontsClass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Character
 Stock un caractère. More...
 
class  Font
 Stock une police de caractère. More...
 
class  TexteBox
 Stock du texte pour le draw dans la fenêtre. More...
 

Functions

void loadFontTexture (const char *fontPath, int fontSize, Character *charList, int numTextures)
 

Function Documentation

◆ loadFontTexture()

void loadFontTexture ( const char *  fontPath,
int  fontSize,
Character charList,
int  numTextures 
)