From 30b580eae945481dac02e9b2459f14fc099fa787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Jul 2013 00:50:43 +0200 Subject: [PATCH] Text: added bug description. Not causing any harm currently, will fix it when needed. --- src/Text/GlyphCache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text/GlyphCache.h b/src/Text/GlyphCache.h index 7446e5952..e0d8a7f0c 100644 --- a/src/Text/GlyphCache.h +++ b/src/Text/GlyphCache.h @@ -56,6 +56,8 @@ font->createGlyphCache(cache, "abcdefghijklmnopqrstuvwxyz" See TextRenderer for information about text rendering. @todo Some way for Font to negotiate or check internal texture format +@todo Default glyph 0 with rect 0 0 0 0 will result in negative dimensions when + nonzero padding is removed */ class MAGNUM_TEXT_EXPORT GlyphCache { public: