diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-16 13:44:00 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-16 13:44:00 +0000 |
commit | 2bdb192307acf2f2a1f0e31480076f2ed6746fc2 (patch) | |
tree | c79bb693f6ff49cbba128c9e9295c9f426a837a0 /pango-view | |
parent | 58a31d53ab2e58c1cb13ff9b1b72c3b01e977c56 (diff) | |
download | pango-2bdb192307acf2f2a1f0e31480076f2ed6746fc2.tar.gz |
Add a test file showing off OpenType language-system support used with
2007-05-16 Behdad Esfahbod <behdad@gnome.org>
* pango-view/Makefile.am:
* pango-view/test-opentype-language.markup:
Add a test file showing off OpenType language-system support
used with DejaVu Sans.
svn path=/trunk/; revision=2312
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 1 | ||||
-rw-r--r-- | pango-view/test-opentype-language.markup | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am index 22e26ac0..5a403918 100644 --- a/pango-view/Makefile.am +++ b/pango-view/Makefile.am @@ -13,6 +13,7 @@ TEST_TEXTS = \ test-long-paragraph.txt \ test-mixed.markup \ test-mixed.txt \ + test-opentype-language.markup \ test-syriac.txt \ test-tamil.txt \ test-thai.txt \ diff --git a/pango-view/test-opentype-language.markup b/pango-view/test-opentype-language.markup new file mode 100644 index 00000000..87b69576 --- /dev/null +++ b/pango-view/test-opentype-language.markup @@ -0,0 +1,5 @@ +Rendering U+0431 CYRILLIC SMALL LETTER BE +using DejaVu Sans: + +<span font_desc="DejaVu Sans">Russian: <span lang="ru">б</span> +Serbian: <span lang="sr">б</span></span> |