Added text shadow, block indicator outline

This commit is contained in:
MihailRis
2022-06-29 14:55:02 +03:00
committed by GitHub
parent 88c1695903
commit 81d246f3d0
5 changed files with 46 additions and 12 deletions
+2
View File
@@ -13,7 +13,9 @@ public:
~Font();
int getGlyphWidth(char c);
bool isPrintableChar(char c);
void draw(Batch2D* batch, std::string text, int x, int y);
void drawWithShadow(Batch2D* batch, std::string text, int x, int y);
};
#endif /* GRAPHICS_FONT_H_ */