diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-06-18 11:49:40 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-06-18 11:49:40 -0700 |
commit | ba53f29f7c2c105becb898d6417a4c160b7fc1e5 (patch) | |
tree | 3bf0d589b0d549192fbbe0dc321fcd4235c416d6 /pango-view | |
parent | dfe7ec760e08485520668ed1e2585c85545fc013 (diff) | |
download | pango-ba53f29f7c2c105becb898d6417a4c160b7fc1e5.tar.gz |
Bug 738505 - Add fontfeatures support in PangoAttributes and markup
https://bugzilla.gnome.org/show_bug.cgi?id=738505
Patch from Matthias Clasen, based on early patch from Akira TAGOH.
There's room for improvement in how this is done, but it works now
for simple cases, which is what most people will be using it for.
Finally!
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am index ffb937d2..b432e50f 100644 --- a/pango-view/Makefile.am +++ b/pango-view/Makefile.am @@ -4,6 +4,7 @@ TEST_TEXTS = \ test-arabic.txt \ test-chinese.txt \ test-devanagari.txt \ + test-feature-tag.markup \ test-gurmukhi.txt \ test-hebrew.txt \ test-ipa.txt \ |