UTC Text Shaping Fix. 34/225934/2
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 24 Feb 2020 14:36:35 +0000 (14:36 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Tue, 25 Feb 2020 15:39:23 +0000 (15:39 +0000)
commit80101813efffed23b09ba72af9f65e36cccfbd58
treee8419fedff9add9450940ee354d05719b4580ae2
parent58229c6d77a399f3f571c841dd0c39d970a8f030
UTC Text Shaping Fix.

* The test case was written in the old style that relies
  on the fonts installed on the platform.
  The fix adds the specific fonts to be used.

* In order to pass the test cases locally it might be needed
  to install the following fonts:

  dali-toolkit/automated-tests/resources/fonts/noto/NotoSansMalayalam-Regular.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Bold.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-BoldItalic.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Italic.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Regular.ttf

* To install the fonts copy the font files to a relevant folder
  i.e ~/.local/share/fonts
  and execute the command fc-cache.

  Alternatively the Font Viewer application or similar can be used in Ubuntu
  to install fonts.

Change-Id: I82271ddb304bd041180dfa6fb3c3f81a5e2c553c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
automated-tests/resources/fonts/noto/LICENSE_OFL.txt [new file with mode: 0644]
automated-tests/resources/fonts/noto/NotoSansMalayalam-Regular.ttf [new file with mode: 0644]
automated-tests/resources/fonts/roboto/LICENSE [new file with mode: 0644]
automated-tests/resources/fonts/roboto/Roboto-Bold.ttf [new file with mode: 0644]
automated-tests/resources/fonts/roboto/Roboto-BoldItalic.ttf [new file with mode: 0644]
automated-tests/resources/fonts/roboto/Roboto-Italic.ttf [new file with mode: 0644]
automated-tests/resources/fonts/roboto/Roboto-Regular.ttf [new file with mode: 0644]
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-Shaping.cpp