X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffont.h;h=fea97a11feb026688d56028e8804b4539677b311;hb=6924ea10c4111b11eab51f0e1aa5b4a6438da7d3;hp=5fcc63c4414dee39064c7a63fcd92bd35497d4a2;hpb=355e3a068ea4ad6a7d3ab9318b3ce74b7f0b0b15;p=libs%2Fgl.git 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; };