diff --git a/external/etk b/external/etk index b946a5f7..d2a3fcaa 160000 --- a/external/etk +++ b/external/etk @@ -1 +1 @@ -Subproject commit b946a5f7c6248e68972290033fffd56da6baefcc +Subproject commit d2a3fcaa63f1d942fcaafb205b806b37ad804090 diff --git a/sources/ewol/compositing/Text.cpp b/sources/ewol/compositing/Text.cpp index e704a1fc..e71001d4 100644 --- a/sources/ewol/compositing/Text.cpp +++ b/sources/ewol/compositing/Text.cpp @@ -296,7 +296,7 @@ void ewol::Text::setFont(std::string _fontName, int32_t _fontSize) { _fontName = ewol::getContext().getFontDefault().getName(); } _fontName += ":"; - _fontName += _fontSize; + _fontName += std::to_string(_fontSize); // link to new one m_font = ewol::TexturedFont::keep(_fontName); if (m_font == NULL) {