summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2011-12-15Fix comparison bugBehdad Esfahbod1-1/+1
2011-11-01Fix bug in contrib/harfbuzz-unicode.cBehdad Esfahbod1-1/+1
2011-07-13remove NoCategory from HB_CharCategoryLars Knoll1-1/+1
The enum value doesn't make sense, HB_Other_NotAssigned should be used for unassigned characters.
2010-06-14Fixes for thai linebreakingLars Knoll1-18/+1
* 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
2009-10-27Implement HB_GetMirroredChar under contrib/Adam Langley1-3/+24
2009-04-06Add contrib/ and initial file setAdam Langley13-0/+1049
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