From: Victor Cebollada Date: Tue, 15 Aug 2017 14:59:20 +0000 (+0100) Subject: Fix for multi-language support. X-Git-Tag: dali_1.2.53~1^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=dd0c9395ff85899332844c0acfa604fce5011b6a;hp=dd0c9395ff85899332844c0acfa604fce5011b6a Fix for multi-language support. * Fixes the issue when a font doesn't support all the glyphs of the script. i.e a font validated for the CJK script may contain glyphs for the chinese language but not for the Japanese. Uses the new IsCharacterSupportedByFont() method added to the font client. Change-Id: I5f6e125298605d170de2d31f7ee7fc18585790f4 Signed-off-by: Victor Cebollada ---