Fix for text ellipsis.
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 9 Jun 2015 10:01:22 +0000 (11:01 +0100)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 23 Jun 2015 02:34:02 +0000 (11:34 +0900)
commitcfc25bb77905635bb9311b727fdc007fee9c1ba1
tree65a7081ea01c737234d99db6cf810b799aef915b
parent4c697ba3bccf41e555012e4d4833279acbcc3c9e
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