Flipped UI, minor changes
Flipped UI, removed extra Batch2D, added comments and minor changes
This commit is contained in:
@@ -12,6 +12,7 @@ public:
|
||||
Font(Texture* texture);
|
||||
~Font();
|
||||
|
||||
int getGlyphWidth(char c);
|
||||
void draw(Batch2D* batch, std::string text, int x, int y);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user