Changeset 1198 for trunk/src/font.h
- Timestamp:
- Apr 7, 2012, 11:55:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/font.h
r866 r1198 2 2 // Lol Engine 3 3 // 4 // Copyright: (c) 2010-201 1Sam Hocevar <sam@hocevar.net>4 // Copyright: (c) 2010-2012 Sam Hocevar <sam@hocevar.net> 5 5 // This program is free software; you can redistribute it and/or 6 6 // modify it under the terms of the Do What The Fuck You Want To … … 37 37 public: 38 38 /* New methods */ 39 void Print(vec3 pos, char const *str );39 void Print(vec3 pos, char const *str, vec2 scale = vec2(1.0f)); 40 40 ivec2 GetSize() const; 41 41
Note: See TracChangeset
for help on using the changeset viewer.