UTC Text Shaping Fix. 36/226236/1
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 24 Feb 2020 14:36:35 +0000 (14:36 +0000)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 28 Feb 2020 05:45:12 +0000 (14:45 +0900)
commitefd8206beac96cfae390deb09d18d7cc3332ee86
tree0aa2bd388f6922861b678c414538e4ee1c001e2e
parent6b234fc7763d350b46be320077bc8a2cef650576
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