beginning of .vb reader test

class preparation for testing
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent bae1b7a9cc
commit 36eade4356
16 changed files with 261 additions and 148 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ namespace vb01{
inline std::string getText(){return entry;}
private:
void initFont(std::string);
void renderGlyphs();
void prepareGlyphs(char);
void renderGlyphs(Glyph, float[], u32);
Glyph getGlyph(char);
Node *node = nullptr;
std::string entry;