summaryrefslogtreecommitdiff
path: root/src/hb-ot-kern-table.hh
AgeCommit message (Expand)AuthorFilesLines
2018-10-10[kern/kerx] Fix offset baseBehdad Esfahbod1-0/+7
2018-10-09[kerx] CommentBehdad Esfahbod1-0/+1
2018-10-09[kern/kerx] Adjust bounds checkBehdad Esfahbod1-5/+3
2018-10-09[kern] Use kern subtable length for sanitizing in the acceleratorBehdad Esfahbod1-8/+8
2018-10-09[kern] MinorBehdad Esfahbod1-1/+1
2018-10-09[kern] Sanitize 4 bytes, not 2Behdad Esfahbod1-3/+3
2018-10-09[kern] MinorBehdad Esfahbod1-2/+9
2018-10-08Apply TrueType/OpenType kern table when GPOS kern feature is not availableBehdad Esfahbod1-10/+14
2018-10-08[kern] Add kerning driver to TT kern tableBehdad Esfahbod1-2/+17
2018-10-08[kern] Abstract away kerning machineBehdad Esfahbod1-0/+71
2018-10-07[kern] Shout lessBehdad Esfahbod1-17/+19
2018-10-07[kern/kerx] Fix Format2 offsettingBehdad Esfahbod1-1/+1
2018-09-11Port rest from VAR to UnsizedArrayOf<>Behdad Esfahbod1-10/+10
2018-09-10Simplify sanitize->check_array()Behdad Esfahbod1-1/+1
2018-08-26Free up hb-ot-face.hh from includesBehdad Esfahbod1-0/+2
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-07-22Port more off of Sanitizer<>Behdad Esfahbod1-1/+1
2018-05-08MinorBehdad Esfahbod1-1/+1
2018-05-08Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()Behdad Esfahbod1-1/+1
2018-05-08Move Sanitizer::lock_instance<>() to blob->lock_as<>().Behdad Esfahbod1-1/+1
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-4/+6
2018-03-23Fix llvm-gcc-4.2 compile issue and add a macOS bot to test it (#899)Ebrahim Byagowi1-1/+1
2018-01-26Use KernSubTableFormat2::rightClassTablebungeman1-1/+1
2018-01-10Prefix int types with HBBehdad Esfahbod1-18/+18
2018-01-10[aat] Implement Lookup tableBehdad Esfahbod1-1/+1
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-18/+18
2017-11-14[ot] Fold hb_ot_face_kern_accelerator_tBehdad Esfahbod1-4/+9
2017-11-09[kern] Fix invalid memory access if offset is zeroBehdad Esfahbod1-4/+5
2017-11-06[kern] Implement format-2 kern subtableBehdad Esfahbod1-1/+7
2017-11-06[kern] Allow subtables longer than 64kbBehdad Esfahbod1-12/+29
2017-11-06[kern] Towards implementing format-2Behdad Esfahbod1-28/+41
2017-11-01[kern] More...Behdad Esfahbod1-1/+74
2017-11-01[kern] See if this helps with making VS bot happyBehdad Esfahbod1-4/+4
2017-11-01[kern] Implement Format0Behdad Esfahbod1-6/+45
2017-11-01[kern] Implement some moreBehdad Esfahbod1-21/+77
2017-11-01[kern] Start implementing kern tableBehdad Esfahbod1-0/+184