~ changed toml config file for font2
This commit is contained in:
parent
576c3411b9
commit
95f394ce58
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue