Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The enum value doesn't make sense, HB_Other_NotAssigned
should be used for unassigned characters.
|
|
* Load libthai.so.0 since libthai.so is not there on all systems
* Remove dependency on codecs. Unicode->TIS620 is so simple we can
simply hardcode it in harbuzz-thai.c
* Speed up detection of word boundaries
* Falback when libthai is not found is now to not break instead of
breaking after every character (in line with recommendations from
unicode.org linebreaking algorithm)
Reviewed-by: Simon Hausmann
|
|
|
|
This set of source files contains code to host Harfbuzz without Qt4 or Pango by
downloading Unicode tables and providing basic functions to supply the symbols
required by harfbuzz-external.h
|