From 8717bae5f4a141911ba58b34b6ac630780e089ed Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 6 Sep 2016 14:24:41 +0200 Subject: Fix another crash in the font renderer. --- test/paintertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/paintertest.cc b/test/paintertest.cc index 69b28ff..f1c2779 100644 --- a/test/paintertest.cc +++ b/test/paintertest.cc @@ -117,7 +117,7 @@ public: // Success criterion is simply to not assert in the drawing routines... GUI::Font font; // a string with unicode characters - std::string someText = "Hello World - лæ"; + std::string someText = "Hello World - лæ Библиотека"; std::size_t width = font.textWidth(someText); std::size_t height = font.textHeight(someText); -- cgit v1.2.3