Support for right-to-left fonts. Set (rtl #t) in
[supertux.git] / src / video / font.hpp
index 513e0d0..bfde874 100644 (file)
@@ -1,6 +1,6 @@
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>,
-//                     Ingo Ruhnke <grumbel@gmx.de>
+//                     Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -138,6 +138,7 @@ private:
   int char_height;
   int shadowsize;
   int border;
+  bool rtl;
 
   /** 65536 of glyphs */
   std::vector<Glyph> glyphs;