rotor turning with measure input power is now working
[enigma2.git] / lib / gdi / font.cpp
index cc2449417bd0f5ec57bdf21e9f9d1e2233b62cbf..ef92d53a2a5165922151e97d428405c4a8e6b1bf 100644 (file)
@@ -332,6 +332,7 @@ int eTextPara::appendGlyph(Font *current_font, FT_Face current_face, FT_UInt gly
        ng.bbox.setHeight( glyph->height );
 
        xadvance+=kern;
+       ng.bbox.setWidth(xadvance);
 
        ng.x=cursor.x()+kern;
        ng.y=cursor.y();