summaryrefslogtreecommitdiff
path: root/src/hb-ot-maxp-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-29[subset] Correct maxp num glyph's to use new subset plan method.Garret Rieger1-1/+1
2019-01-29[subset] Compute num_glyphs during subset plan construction.Garret Rieger1-1/+1
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-1/+1
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-4/+1
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-6/+6
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-1/+1
2018-10-30[maxp] MinorBehdad Esfahbod1-1/+1
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-1/+1
2018-09-11Port rest from VAR to UnsizedArrayOf<>Behdad Esfahbod1-1/+1
2018-08-31[subset] Add hb_subset_context_t<>Behdad Esfahbod1-1/+0
2018-08-31[subset] Add hb-subset-input.hh and make hb-subset.hh toplevel includeBehdad Esfahbod1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-07-23Remove unnecessary OT:: namespace specifiersBehdad Esfahbod1-3/+3
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-2/+2
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-1/+2
2018-02-27[subset] minor fixes in hb-ot-maxp-table.hhGarret Rieger1-8/+7
2018-02-27[subset] whitespace for hb-ot-maxp-table.hhGarret Rieger1-15/+15
2018-02-27[subset] Add maxpV1Tail instead of defining a struct inside maxp for v1 data.Garret Rieger1-32/+49
2018-02-27[subset] when dropping hints, clear hint related fields in maxp.Garret Rieger1-3/+40
2018-02-20[subset] Switch to hb_blob_copy_writable_or_fail in glyf subsetting.Garret Rieger1-2/+1
2018-02-14[subset] maxp copy writeable fnRod Sheeter1-5/+4
2018-02-14[subset] Fix memory leak in hb-ot-{maxp,os2}. Plus some formatting.Garret Rieger1-2/+4
2018-02-14[subset] maxp wrong int type, note to use copy_writable_or_failRod Sheeter1-1/+2
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] Extract maxp subsetting into hb-ot-maxp-table.Garret Rieger1-1/+18
2018-02-12[subset] Set the new number of glyphs in maxp.Garret Rieger1-0/+5
2018-01-10Prefix int types with HBBehdad Esfahbod1-1/+1
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-1/+1
2016-02-22Make FixedVersion a templateBehdad Esfahbod1-1/+1
2015-09-29Define return_trace()Behdad Esfahbod1-2/+3
2015-02-25Make sanitize() a const methodBehdad Esfahbod1-2/+4
2014-07-11Mark unsigned integer literals with the u suffixBehdad Esfahbod1-2/+2
2013-09-09[otlayout] Add structs for JSTF tableBehdad Esfahbod1-1/+1
2012-11-23Pass this object to trace macrosBehdad Esfahbod1-1/+1
2012-11-16WhitespaceBehdad Esfahbod1-1/+1
2012-08-28Use namespace for OpenType tablesBehdad Esfahbod1-0/+4
2012-07-24Make data members of various OpenType structs protected instead of privateBehdad Esfahbod1-1/+1
2012-05-11Annotate SANITIZE return valuesBehdad Esfahbod1-4/+3
2011-08-17Add hhea-table supportBehdad Esfahbod1-1/+1
2011-08-17Rename table files from eg maxp-private.hh to maxp-table.hhBehdad Esfahbod1-0/+66