public getAtlasPath

This commit is contained in:
jrkb 2023-04-11 12:22:34 +02:00
parent b0a18dc88a
commit f000eb7d31

View file

@ -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;