diff --git a/res/font2.toml b/res/font2.toml index 4720c41..372c065 100644 --- a/res/font2.toml +++ b/res/font2.toml @@ -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 diff --git a/src/Font.h b/src/Font.h index 3a1a482..fbe0786 100644 --- a/src/Font.h +++ b/src/Font.h @@ -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;