summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-0/+1
| | | (bzr r6026)
* commenting out a g_warningFelipe Corr??a da Silva Sanches2008-06-201-1/+1
| | | (bzr r6003)
* * 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)