]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/mag-gfx/include/font
Update
[l4.git] / l4 / pkg / mag-gfx / include / font
index a17d7010a385b4d836a1879d5bc48658b5e13f5e..6f2478e7c2543f4204a1c5519cdffbe896445c9e 100644 (file)
@@ -16,8 +16,9 @@
 
 namespace Mag_gfx {
 
-struct Font
+class Font
 {
+public:
   unsigned char const *img;
   l4_int32_t const *wtab, *otab;
   int w, h;
@@ -73,8 +74,6 @@ struct Font
 
   Area str_sz(char const *s, int l) const
   { return Area(str_w(s, l), str_h(s, l)); }
-
-
 };
 
 }