summaryrefslogtreecommitdiff
path: root/src/hb-ot-var-fvar-table.hh
AgeCommit message (Expand)AuthorFilesLines
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-5/+4
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-28/+27
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-1/+1
2018-11-22Disallow taking Null() of unbounded structsBehdad Esfahbod1-15/+16
2018-11-20[var] Deprecated axis enumeration API and add new versionBehdad Esfahbod1-31/+81
2018-11-20Remove newly-added -hb_ot_var_axis_get_flags()Behdad Esfahbod1-6/+0
2018-11-20[var] Fix type of coords returnedBehdad Esfahbod1-1/+1
2018-11-19[fvar] Add named-instance APIBehdad Esfahbod1-3/+52
2018-11-19[fvar] Rewrite sanitizeBehdad Esfahbod1-5/+3
2018-11-19[fvar] Use hb_array_t for axesBehdad Esfahbod1-10/+4
2018-11-19[fvar] MinorBehdad Esfahbod1-4/+5
2018-11-19[ot-var] Add hb_ot_var_axis_get_flags()Behdad Esfahbod1-0/+9
2018-11-19[ot-var] Add flagsBehdad Esfahbod1-2/+7
2018-11-16MinorBehdad Esfahbod1-1/+1
2018-10-04Minor, fix double-promotion warnings (#1221)Ebrahim Byagowi1-1/+1
2018-09-10Simplify sanitize->check_array()Behdad Esfahbod1-1/+1
2018-09-10Port some VAR arrays to UnsizedArrayOf<>Behdad Esfahbod1-3/+4
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-06Remove most uses of direct comparison to Null objectsBehdad Esfahbod1-0/+2
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-7/+8
2018-03-15Add NameIDBehdad Esfahbod1-3/+3
2018-01-10Prefix int types with HBBehdad Esfahbod1-10/+10
2017-11-14Add Offset16 and Offset32Behdad Esfahbod1-1/+1
2017-11-14Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etcBehdad Esfahbod1-10/+10
2017-01-23[var] Start adding HVAR/VVARBehdad Esfahbod1-1/+0
2017-01-22[var] Remove HB_OT_TAG_fvar/avarBehdad Esfahbod1-0/+2
2017-01-20[var] Flesh out some moreBehdad Esfahbod1-19/+50
2017-01-20[var] Flesh out a bitBehdad Esfahbod1-14/+58
2017-01-19Start adding hb-ot-var.h and implementationBehdad Esfahbod1-0/+133