From 9f82b580d744ce4baf057b061994394dcf239eed Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 8 Mar 2011 12:02:59 -0800 Subject: Use Harfbuzz instead of ICU4C for computing advances - use Harfbuzz shaper for shaping and getting glyphs - add test app for showing result of drawText() and drawGlyphs() - add private API in Canvas and Paint for test app Change-Id: Ia15be216f8636d2d864066e9b7de2f53008c30f6 --- tests/BiDiTests/res/values/strings.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/BiDiTests/res/values/strings.xml (limited to 'tests/BiDiTests/res/values') diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml new file mode 100644 index 0000000..ecff76e --- /dev/null +++ b/tests/BiDiTests/res/values/strings.xml @@ -0,0 +1,26 @@ + + + Button + This is a text for a TextView + mmmmmmmmmmmmmmmmmmmmmmmm + Normal String + mmmmmmmmmmmmmmmmmmmmmmmm + لا + 利比亚局势或影响美俄关系发展 + Italic String + Bold String + Bold Italic String + \ No newline at end of file -- cgit v1.1