public getAtlasPath
This commit is contained in:
parent
b0a18dc88a
commit
f000eb7d31
1 changed files with 1 additions and 1 deletions
|
@ -106,9 +106,9 @@ class Atlas {
|
|||
AtlasSettings settings;
|
||||
msdfgen::FontHandle * font;
|
||||
msdfgen::FreetypeHandle * ft;
|
||||
private:
|
||||
string getAtlasPathDir();
|
||||
string getAtlasPath();
|
||||
private:
|
||||
string fontPath;
|
||||
ofImage atlasImage;
|
||||
vector <GlyphGeometry> glyphGeometries;
|
||||
|
|
Loading…
Reference in a new issue