13537 Commits (a64fc71033a4cff9bb5911ee28ac45ba93f4867a)
 

Author SHA1 Message Date
Behdad Esfahbod a64fc71033
Merge pull request #3710 from googlefonts/24bit_repacking 2 years ago
Garret Rieger 6fad6b4113 [repacker] add tests for special casing of 24bit offsets. 2 years ago
Garret Rieger b4f561dbbf [subset] Add some comments to find_space_roots/find_32_bit_roots methods. 2 years ago
Garret Rieger 401066bf3d [subset] Prepare the repacker for handling 24bit offsets in GSUB/GPOS. 2 years ago
Luca Bacci 3a722c5354 Fixes for DWrite header checks 2 years ago
Behdad Esfahbod c091d029c2
Merge pull request #3706 from lb90/dwrite-dll 2 years ago
Luca Bacci 1abc14b463 Do not link with the DWrite lib 2 years ago
Luca Bacci c22acfa8bd Fix function pointer typedef 2 years ago
Behdad Esfahbod 2587dced4c
Merge pull request #3707 from kleisauke/workaround-gcc-bug 2 years ago
Kleis Auke Wolthuizen 79eb0f7486 [GSUB] Fix build on GCC < 7 2 years ago
Kleis Auke Wolthuizen 3238cb744b [GPOS] Fix build on GCC < 7 2 years ago
Luca Bacci 3e881efbe4 Revert "Revert "Revert "[hb-directwrite] Don't load dwrit.dll dynamically""" 2 years ago
Kleis Auke Wolthuizen 7b51bc95d9 [cplusplus] Fix build on GCC < 7 2 years ago
Behdad Esfahbod 386e1bbad8
Merge pull request #3699 from googlefonts/filter_scripts 2 years ago
Garret Rieger 30309ec8d3 [subset] add null element in _filter_tag_list. 2 years ago
Garret Rieger 216cf5946b [subset] Allocate space for null entry in script/feature list. 2 years ago
Behdad Esfahbod d9ab805e61 Fix LookupFlag negation 2 years ago
Behdad Esfahbod b0cb9a1a63 Make get_leading_bearing return bool 2 years ago
Behdad Esfahbod 115e1a03e7 [glyf] Relax condition for matching number of coords 2 years ago
Behdad Esfahbod 800760c5bd [glyf] Rename get_extents functions for clarity 2 years ago
Behdad Esfahbod ab327f93b7 [glyf] Fix another bug with scaling 2 years ago
Behdad Esfahbod f46ddeba48 [hmtx/glyf] Rename side-bearing functions for clarity 2 years ago
Behdad Esfahbod 23435d5285 [hvar] Rename advance function for clarity 2 years ago
Behdad Esfahbod 9f974cae4a [hvar] Rename lsb function for clarity 2 years ago
Behdad Esfahbod ab5ce64313 [VVAR] Rename vorg function for clarity 2 years ago
Behdad Esfahbod b2d60cbd6e [glyf] Rename advance functions for clarity 2 years ago
Behdad Esfahbod 35c00c1216 [hmtx] Rename advance functions for clarity 2 years ago
Behdad Esfahbod 6b82d4faa1 [glyf] Make an optional argument non-optional 2 years ago
Behdad Esfahbod 3ef590808f [glyf] Internal flip a variable 2 years ago
Behdad Esfahbod b07fa2bb1a [ot-font] Respect VORG even if it has no variations 2 years ago
Behdad Esfahbod 71d52e10aa [var] Fix getting side-bearing variations 2 years ago
Behdad Esfahbod 78b4f39821 [glyf] Fix confusion between scaled vs unscaled lsb 2 years ago
Behdad Esfahbod 6665881c7d [glyf] Change side-bearing rounding 2 years ago
Behdad Esfahbod 0a295fcde6 [var] Fix DeltaSetIndexMapFormat1 2 years ago
Behdad Esfahbod 351cccdb75 [buffer-deserialize] Deserialize glyph flags 2 years ago
Behdad Esfahbod 5134041f21 [deserialize-json] Make it actually work! 2 years ago
Behdad Esfahbod 534b0911f7 [aat-layout] Add an unlikely() 2 years ago
Behdad Esfahbod b8c7c0a0e6 [fuzzer] In 50% of runs don't fail the allocator 2 years ago
Stephan Bergmann 14b018124c hb_graphite2_cluster_t::advance can apparently be negative 2 years ago
Garret Rieger dbfd2bf327 minor. 2 years ago
Garret Rieger d6f579e96a [subset] add tests that exercise script filtering. 2 years ago
Garret Rieger 79bdcbef0d [subset] Fix GDEF version downgrade logic. 2 years ago
Garret Rieger 587969af42 [subset] Drop scripts that are not in the layout_scripts list. 2 years ago
Garret Rieger 900476c635 Move GSUB.hh GPOS.hh back into the GPOS/GSUB sub directories. 2 years ago
Garret Rieger 5fdae68481 [reorg] Move GSUB.hh up one level and change GSUB namespace to GSUB_impl. 2 years ago
Garret Rieger 38e81f2be9 [subset] Add --layout-scripts command line flag. 2 years ago
Garret Rieger 70e32a662f [subset] Add layout_scripts to subset input. 2 years ago
Behdad Esfahbod 13c499cb26 [hvar] Minor internal rewiring 2 years ago
Garret Rieger 41d2c335bc [subset] Apply script list filter when doing layout collection. 2 years ago
Garret Rieger e5c8a2f4e1 [subset] Pass plan through to collect methods. 2 years ago