summaryrefslogtreecommitdiff
path: root/src/hb-ot-os2-table.hh
AgeCommit message (Expand)AuthorFilesLines
2018-07-23Remove unnecessary OT:: namespace specifiersBehdad Esfahbod1-2/+2
2018-07-22Port more off of Sanitizer<>Behdad Esfahbod1-1/+1
2018-05-30[subset] Switch to using hb_map_t inside of hb_subset_plan_t.Garret Rieger1-26/+9
2018-05-01s/hb_prealloced_array_t/hb_vector_t/gBehdad Esfahbod1-2/+2
2018-04-17Add pre-opentype font pages detection code (#986)Ebrahim Byagowi1-0/+18
2018-04-17Make some of implicit header uses explicit (#989)Ebrahim Byagowi1-0/+1
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-2/+1
2018-02-26[subset] small cleanups in hb-ot-os2-table.Garret Rieger1-2/+3
2018-02-26[subset] Fix incorrect index.Garret Rieger1-1/+1
2018-02-26[subset] Add special case handling of bit 57 in os2 ulUnicodeRange.Garret Rieger1-0/+7
2018-02-26[subset] set ulUnicodeRange[] in os2.Garret Rieger1-1/+22
2018-02-16Misc fixesBehdad Esfahbod1-27/+27
2018-02-14[subset] Fix memory leak in hb-ot-{maxp,os2}. Plus some formatting.Garret Rieger1-11/+13
2018-02-14[subset] return bool not hb_bool_t from table::subsetRod Sheeter1-1/+1
2018-02-14[subset] First pass at hmtxRod Sheeter1-4/+4
2018-02-14[subset] Correct usFirstCharIndex and usLastCharIndex in OS2 table when subse...Garret Rieger1-0/+45
2018-01-10Prefix int types with HBBehdad Esfahbod1-35/+35
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-35/+35
2015-11-26Parse the OS/2 table.Simon Cozens1-0/+105