OSDN Git Service

font
[psychlops/cpp.git] / psychlops / core / graphic / psychlops_g_font.h
index 711f5f5..6cd4d28 100644 (file)
@@ -85,9 +85,10 @@ namespace Psychlops {
                typedef std::map<DrawableWithCache*, Cache> CacheID;
                mutable CacheID caches;
 //             bool cached;
-               double width_, height_;
+               double width_, height_;\r
 
                public:\r
+               bool _zoom_cache;
                Font font;\r
                std::wstring str;
                enum HorizontalAlign { NOT_SPECIFIED=-1, TEXT_ALIGN_LEFT=0, TEXT_ALIGN_CENTER, TEXT_ALIGN_RIGHT };