Añadida la clase debug

This commit is contained in:
2022-09-06 13:26:12 +02:00
parent 7e9daddbb6
commit 189b933622
8 changed files with 145 additions and 30 deletions

View File

@@ -172,7 +172,7 @@ void Text::initOffsetFromFile()
}
// Devuelve el valor de la variable
int Text::getCharacterWidth()
int Text::getCharacterSize()
{
return boxWidth;
}