X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Ffont.hpp;h=bfde8742586d1b4f2dd11b7daf83915a6267e5ce;hb=101b0a78b682a8b6b87407edc625adaf7c51da40;hp=ffd89b80a4da1f84e594c37ce75b35722a1a9302;hpb=ff08b8e1983016221967a024dab76799a3d75059;p=supertux.git diff --git a/src/video/font.hpp b/src/video/font.hpp index ffd89b80a..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 @@ -133,10 +133,12 @@ private: private: GlyphWidth glyph_width; - std::vector glyph_surfaces; - std::vector shadow_surfaces; + std::vector glyph_surfaces; + std::vector shadow_surfaces; int char_height; int shadowsize; + int border; + bool rtl; /** 65536 of glyphs */ std::vector glyphs;