mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
method accessibility changes
This commit is contained in:
@@ -36,11 +36,11 @@ namespace vb01{
|
||||
inline void setLeftToRight(bool ltr){this->leftToRight = ltr;}
|
||||
inline Material* getMaterial(){return material;}
|
||||
inline void setMaterial(Material *mat){this->material = mat;}
|
||||
Glyph* getGlyph(u16);
|
||||
private:
|
||||
void initFont(std::string);
|
||||
void prepareGlyphs(Glyph, Vector2);
|
||||
void renderGlyphs(Glyph, float[], u32);
|
||||
Glyph* getGlyph(u16);
|
||||
|
||||
Node *node = nullptr;
|
||||
Material *material = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user