From 031f32210799807411af4fb9a40793d4f26febe7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 May 2015 20:26:49 +0300 Subject: Add font field into textchunk class. For now unused. --- src/gui/fonts/textchunk.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/fonts/textchunk.h') diff --git a/src/gui/fonts/textchunk.h b/src/gui/fonts/textchunk.h index 9e9e36827..13187473d 100644 --- a/src/gui/fonts/textchunk.h +++ b/src/gui/fonts/textchunk.h @@ -32,6 +32,7 @@ #include "localconsts.h" +class Font; class Image; class TextChunk final @@ -39,7 +40,8 @@ class TextChunk final public: TextChunk(const std::string &text0, const Color &color0, - const Color &color1); + const Color &color1, + const Font *const font); A_DELETE_COPY(TextChunk) @@ -50,6 +52,7 @@ class TextChunk final void generate(TTF_Font *const font, const float alpha); Image *img; + const Font *textFont; std::string text; Color color; Color color2; -- cgit v1.2.3-70-g09d2