working on new font engine

This commit is contained in:
2021-08-26 13:59:25 +02:00
parent 5768c1f7a2
commit e93aba2522
11 changed files with 160 additions and 176 deletions

View File

@@ -10,13 +10,13 @@ class Text2 : public Text
{
public:
// Constructor
Text2(LTexture *texture, SDL_Renderer *renderer);
Text2(std::string file, LTexture *texture, SDL_Renderer *renderer);
// Destructor
~Text2();
// Inicializador
void init(Uint8 type, Uint8 size);
void init();
// Establece el valor de la variable
void setPosX(int value);