Fix for multi-language support. 80/144180/1
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 15 Aug 2017 14:59:20 +0000 (15:59 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Tue, 15 Aug 2017 14:59:20 +0000 (15:59 +0100)
* 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 <v.cebollada@samsung.com>

No differences found