X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Ffont.hpp;h=bfde8742586d1b4f2dd11b7daf83915a6267e5ce;hb=101b0a78b682a8b6b87407edc625adaf7c51da40;hp=513e0d091c3a57c08b4c531088b070da3fba3c04;hpb=8fc619c1560d238cbf22fb666847642a130516c6;p=supertux.git diff --git a/src/video/font.hpp b/src/video/font.hpp index 513e0d091..bfde87425 100644 --- a/src/video/font.hpp +++ b/src/video/font.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// Ingo Ruhnke +// Ingo Ruhnke // // 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 glyphs;