X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ffont.h;h=fea97a11feb026688d56028e8804b4539677b311;hp=5fcc63c4414dee39064c7a63fcd92bd35497d4a2;hb=a86623004ba91baef76dac9275e9b79366acce16;hpb=126161d1d44ab9503bc747d24a07b7b9d15e527a diff --git a/source/font.h b/source/font.h index 5fcc63c4..fea97a11 100644 --- a/source/font.h +++ b/source/font.h @@ -41,9 +41,9 @@ public: }; unsigned code; - float x1,y1; - float x2,y2; - float w,h; + float x1, y1; + float x2, y2; + float w, h; float off_x, off_y; float advance; };