Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
tables/ | 03-May-2024 | - | 13,747 | 13,004 | ||
README | D | 03-May-2024 | 471 | 10 | 7 | |
harfbuzz-freetype.c | D | 03-May-2024 | 3.9 KiB | 150 | 117 | |
harfbuzz-freetype.h | D | 03-May-2024 | 258 | 10 | 6 | |
harfbuzz-unicode-glib.c | D | 03-May-2024 | 5.2 KiB | 170 | 163 | |
harfbuzz-unicode-icu.c | D | 03-May-2024 | 6.1 KiB | 203 | 164 | |
harfbuzz-unicode-tables.c | D | 03-May-2024 | 2.1 KiB | 85 | 70 | |
harfbuzz-unicode.c | D | 03-May-2024 | 7.7 KiB | 285 | 219 | |
harfbuzz-unicode.h | D | 03-May-2024 | 2.6 KiB | 55 | 13 |
README
1Harfbuzz requires several functions to be defined in order to work with the 2platform's Unicode tables etc. 3 4If you are building on top of Qt4 you should look at the code in the tests/ 5directory for examples of how to hook up Qt4 functions to Harfbuzz. 6 7Otherwise, this directory contains examples of using downloaded Unicode tables 8and/or glib to host Harfbuzz. You should read the README file in tables/ for how 9to build the header files for some of the Unicode tables. 10