summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/third_party/harfbuzz/contrib/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/third_party/harfbuzz/contrib/README')
-rw-r--r--chromium/third_party/skia/third_party/harfbuzz/contrib/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/third_party/skia/third_party/harfbuzz/contrib/README b/chromium/third_party/skia/third_party/harfbuzz/contrib/README
new file mode 100644
index 00000000000..074cc527f05
--- /dev/null
+++ b/chromium/third_party/skia/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.