summaryrefslogtreecommitdiff
path: root/src/hb-ot-head-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-4/+4
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-5/+5
2018-12-08Apply non-controversial parts of ot-style (#1464)Ebrahim Byagowi1-0/+13
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-06Remove most uses of direct comparison to Null objectsBehdad Esfahbod1-2/+2
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-5/+5
2018-02-23[subset] Caclculate head table checksum adjustmentBehdad Esfahbod1-0/+2
2018-01-19WhitespaceBehdad Esfahbod1-11/+9
2018-01-10Prefix int types with HBBehdad Esfahbod1-14/+14
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-14/+14
2016-02-22Make FixedVersion a templateBehdad Esfahbod1-2/+2
2016-01-02Check magicNumber in head table during sanitizeBehdad Esfahbod1-1/+3
2015-09-29Define return_trace()Behdad Esfahbod1-1/+1
2015-08-23[ot-font] Implement glyph_extents() for TrueType fontsBehdad Esfahbod1-1/+2
2015-02-25Make sanitize() a const methodBehdad Esfahbod1-2/+4
2014-07-11Mark unsigned integer literals with the u suffixBehdad Esfahbod1-3/+3
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-11-12MinorBehdad 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-1/+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/+143