~ 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 xOffset = 1
yOffset = 16 yOffset = 0
xSize = 6 xSize = 8
ySize = 6 ySize = 8
xCount = 16 xCount = 16
yCount = 6 yCount = 6
xStart = 1 xStart = 2
yStart = 2 yStart = 16
fillValue = 0xffffff fillValue = 0xffffff
firstChar = 33 firstChar = 33

View File

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