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;
|
AtlasSettings settings;
|
||||||
msdfgen::FontHandle * font;
|
msdfgen::FontHandle * font;
|
||||||
msdfgen::FreetypeHandle * ft;
|
msdfgen::FreetypeHandle * ft;
|
||||||
private:
|
|
||||||
string getAtlasPathDir();
|
string getAtlasPathDir();
|
||||||
string getAtlasPath();
|
string getAtlasPath();
|
||||||
|
private:
|
||||||
string fontPath;
|
string fontPath;
|
||||||
ofImage atlasImage;
|
ofImage atlasImage;
|
||||||
vector <GlyphGeometry> glyphGeometries;
|
vector <GlyphGeometry> glyphGeometries;
|
||||||
|
|
Loading…
Add table
Reference in a new issue