Fix for text ellipsis. 24/40824/2
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 9 Jun 2015 10:01:22 +0000 (11:01 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Tue, 9 Jun 2015 10:22:32 +0000 (11:22 +0100)
  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 <v.cebollada@samsung.com>

No differences found