X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffont.h;h=6ae5c6d3862426c9bbb74bfb7198fb3444fe3125;hb=aa6020a158c85fdb3b7e9993065861dd1b6531ad;hp=fcc5c9f51832df17a8c139ad346a8b7e9ea32ed1;hpb=aceaa08be594ac708efcd0b68e5d08547cbcbbe1;p=libs%2Fgl.git diff --git a/source/font.h b/source/font.h index fcc5c9f5..6ae5c6d3 100644 --- a/source/font.h +++ b/source/font.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_FONT_H_ #define MSP_GL_FONT_H_ @@ -110,7 +103,7 @@ public: { return draw_string(str, pb); } private: - void create_glyph_vertices(const Glyph &, VertexBuilder &, float) const; + void create_glyph_vertices(const Glyph &, VertexBuilder &) const; float get_glyph_advance(unsigned) const; };