From: Victor Cebollada Date: Tue, 9 Jun 2015 10:01:22 +0000 (+0100) Subject: Fix for text ellipsis. X-Git-Tag: dali_1.0.44~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=b52e6007b9352062d4d974ada89e01223c1284a1;hp=b52e6007b9352062d4d974ada89e01223c1284a1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Fix for text ellipsis. The FontClient::GetPointSize() logs an error and returns the default font point size if the font id is zero. Some glyphs i.e. the '\n' have font id zero. It avoids the call to that method with font id equal to zero. Change-Id: Ie4877d4ec87b1dfd65dd98bc405b8768e4e2a57e Signed-off-by: Victor Cebollada ---