~ changed toml config file for font2

This commit is contained in:
Julian Hinxlage 2019-10-24 12:15:07 +02:00
parent 576c3411b9
commit 95f394ce58
2 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,10 @@
xOffset = 2
yOffset = 16
xSize = 6
ySize = 6
xOffset = 1
yOffset = 0
xSize = 8
ySize = 8
xCount = 16
yCount = 6
xStart = 1
yStart = 2
xStart = 2
yStart = 16
fillValue = 0xffffff
firstChar = 33

View File

@ -7,6 +7,11 @@
#include "Bitmap.h"
/**
* @author: Julian Hinxlage
* @since: v0.0.0
* @brief: this class provides pixel access based on characters
*/
class Font {
public:
Bitmap bitmap;