summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X.mjwybrow2008-06-171-1/+1
| | | (bzr r5969)
* minor tweak for portability. linux compile was brokenBob Jamison2008-06-161-1/+4
| | | (bzr r5953)
* UnicodeRange class implementation.Felipe Corr??a da Silva Sanches2008-06-161-0/+96
This class represents a range of unicode codepoints as used in the u1 and u2 attributes of glyph kerning nodes. (bzr r5949)