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;
msdfgen::FontHandle * font;
msdfgen::FreetypeHandle * ft;
private:
string getAtlasPathDir();
string getAtlasPath();
private:
string fontPath;
ofImage atlasImage;
vector <GlyphGeometry> glyphGeometries;