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)
commitb52e6007b9352062d4d974ada89e01223c1284a1
tree65a7081ea01c737234d99db6cf810b799aef915b
parent64184de859e515190adf28466fa9f9dd8f8437e9
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 <v.cebollada@samsung.com>
dali-toolkit/internal/text/text-view.cpp