summaryrefslogtreecommitdiff
path: root/src/cairo-truetype-subset.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-15Correct an unsigned to signed conversion problem in truetype subsetting bboxAdrian Johnson1-6/+6
2006-09-26Compute right index when looking up left side bearing.Kristian Høgsberg1-4/+3
2006-09-05Improve error checking in TrueType subsettingAdrian Johnson1-12/+24
2006-08-08[TrueType] Zero out padding memory in generated TrueType subsetBehdad Esfahbod1-3/+5
2006-08-08[TrueType] More leak fixesBehdad Esfahbod1-1/+2
2006-08-08[TrueType] Fix leaks.Behdad Esfahbod1-8/+14
2006-08-07Split the TrueType table definitions into a private header fileBehdad Esfahbod1-121/+5
2006-08-07Remove the __attribute__ ((packed)) and the need for itBehdad Esfahbod1-24/+34
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-7/+7
2006-08-07Make truetype subsetting work on x86_64Adrian Johnson1-97/+98
2006-08-02Rename truetype subset function to _cairo_truetype_*.Kristian Høgsberg1-123/+133
2006-08-02Renamed cairo-font-subset.c to cairo-truetype-subset.cKristian Høgsberg1-0/+957