diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-04-08 18:48:12 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-04-08 18:48:12 +0000 |
commit | 5469607a00d84a07dc638eda46a87fc90142d64b (patch) | |
tree | cce121bf02e868c5a711d63e58a43288c461c8c3 /third_party/harfbuzz/contrib/README | |
parent | a4e5ed854acf0cc707d8768420ce9fb9313ba60a (diff) |
add
git-svn-id: http://skia.googlecode.com/svn/trunk@536 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'third_party/harfbuzz/contrib/README')
-rw-r--r-- | third_party/harfbuzz/contrib/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/harfbuzz/contrib/README b/third_party/harfbuzz/contrib/README new file mode 100644 index 0000000000..074cc527f0 --- /dev/null +++ b/third_party/harfbuzz/contrib/README @@ -0,0 +1,9 @@ +Harfbuzz requires several functions to be defined in order to work with the +platform's Unicode tables etc. + +If you are building on top of Qt4 you should look at the code in the tests/ +directory for examples of how to hook up Qt4 functions to Harfbuzz. + +Otherwise, this directory contains examples of using downloaded Unicode tables +and/or glib to host Harfbuzz. You should read the README file in tables/ for how +to build the header files for some of the Unicode tables. |