- 46d4a5e [subset] Convert subset plan to use a flags bit set. by Garret Rieger · 3 years, 6 months ago
- 3e2734c [docs] Don’t use GTK-Doc syntax for internal functions by Khaled Hosny · 3 years, 6 months ago
- 243d056 Removed unused variable `supp_size` from plan_subset_encoding(...). by Andi-Bogdan Postelnicu · 3 years, 8 months ago
- 32f052b [ENOMEM] Fix several instances of not checking resize in CFF. by Garret Rieger · 4 years, 6 months ago
- 46ec6db minor by Ebrahim Byagowi · 4 years, 6 months ago
- a2ce968 [cff] remove the not used member by Ebrahim Byagowi · 4 years, 9 months ago
- 2be859d minor, replace nullptr checks with implicit ones by Ebrahim Byagowi · 4 years, 9 months ago
- 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 4 years, 9 months ago
- 8ca9df7 [subset] Remove not needed blob sanitize call by Ebrahim Byagowi · 4 years, 11 months ago
- 0b29053 removed unused code by ariza · 4 years, 11 months ago
- e8f010d removed unused code & data; rename by ariza · 4 years, 11 months ago
- 5935a1d add pop_discard() calls to errror returns by ariza · 4 years, 11 months ago
- c05458e update cff & cff2 subsetters by ariza · 5 years ago
- 002f0e2 reimplment serialize_int using check_assign() by ariza · 5 years ago
- 2792fb8 first rewrite of cff/cff2 _subset with _subset2 by ariza · 5 years ago
- ce114d6 minor, tweak spaces by Ebrahim Byagowi · 5 years ago
- 453050a Merge remote-tracking branch 'upstream/master' into var-subset by Ebrahim Byagowi · 5 years ago
- c7621cf Minor, replace hb_set_add with private API by Ebrahim Byagowi · 5 years ago
- 8bf989e update from master by blueshade7 · 6 years ago
- 5763a92 Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
- f3ee2bd add ops & methods to hb_bimap_t making it more like hb_map_t by Michiharu Ariza · 6 years ago
- 0949669 add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t by Michiharu Ariza · 6 years ago
- 737436d Streamline HB_NO_CFF by Behdad Esfahbod · 6 years ago
- 9b853f7 [cff] Use switch on multi-format structs (#1762) by Ebrahim Byagowi · 6 years ago
- 4ddab6f Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
- b2ab15a Fix more warnings by Behdad Esfahbod · 6 years ago
- 7f6fca4 Force-disable CFF code under disabling conditions by Behdad Esfahbod · 6 years ago
- 62dfe7a [cff] Minor by Behdad Esfahbod · 6 years ago
- 02ae259 initialize return param subr_num in popSubrNum by Michiharu Ariza · 6 years ago
- 9258878 Remove space between right angle brackets now that we have C++11 (#1689) by Ebrahim Byagowi · 6 years ago
- a1177fe Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
- b986c6a [C++11] Remove IntType::set() in favor of operator= by Behdad Esfahbod · 6 years ago
- f289ffe renamed hb_map2_t to hb_bimap_h in its own .hh by Michiharu Ariza · 6 years ago
- c842010 subset HVAR by Michiharu Ariza · 6 years ago
- c128626 added desubroutinize & retain-gids full test cases with CFF fonts by Michiharu Ariza · 6 years ago
- f2908b4 Implement subset --regain-gids option with CFF1/2 by Michiharu Ariza · 6 years ago
- 846e05a [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it. by Garret Rieger · 6 years ago
- 0b2fa34 More of previous by Behdad Esfahbod · 6 years ago
- 760303d deleted a duplicate fontdicts_mod.fini() call (#1538) by Michiharu Ariza · 6 years ago
- 7b48641 fix leak in subset_enc_supp_codes (#1537) by Michiharu Ariza · 6 years ago
- 29f0b6b CFF renaming (#1507) by Michiharu Ariza · 6 years ago
- 474a120 [array/vector] Rename len to length by Behdad Esfahbod · 6 years ago
- e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
- b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
- 2941208 [CFF] oss-fuzz issue 11690 ASSERT: substr.offset >= opStart (#1461) by Michiharu Ariza · 6 years ago
- 3335862 minimize use of assert: removed or changed to error handling (#1467) by Michiharu Ariza · 6 years ago
- 825df6d [CFF] Change spaces to tabs by Behdad Esfahbod · 6 years ago
- 592f39b [CFF] Whitespace by Behdad Esfahbod · 6 years ago
- d8c6913 undo 0u by Michiharu Ariza · 6 years ago
- 9483da1 redo fixes by Michiharu Ariza · 6 years ago
- b1821b9 some more by Michiharu Ariza · 6 years ago
- a6da9b9 fixed Charset format selection by Michiharu Ariza · 6 years ago
- b6903bd ensure fdmap initialized as identity for single-FD (non-CID) fonts by Michiharu Ariza · 6 years ago
- b67a7c7 drop dotsection as hint along with test case by Michiharu Ariza · 6 years ago
- 9d0231c fixed a subset bug when no font dicts reduce by Michiharu Ariza · 6 years ago
- ecdb77f fixed CFF1 subset of std encoding & non-std charset combo by Michiharu Ariza · 6 years ago
- 0dfa584 changed Adobe company name by Michiharu Ariza · 6 years ago
- 191ca0f CFF1 no-desubr fixes by Michiharu Ariza · 6 years ago
- 1da4de7 fix for subset fuzzer failure by Michiharu Ariza · 6 years ago
- 481fdfd Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-subset by Michiharu Ariza · 6 years ago
- 1bc710a added CFF1 desubr api test cases & bug fixes by Michiharu Ariza · 6 years ago
- 6186dbf added hb_subset_input_set_desubroutinize API by Michiharu Ariza · 6 years ago
- 2840a10 tweaks to build with new merge by Michiharu Ariza · 6 years ago
- a9c305c fix leaks by Michiharu Ariza · 6 years ago
- d56e338 CFF1 no-desubroutinize + no-hinting by Michiharu Ariza · 6 years ago
- 8679d02 implement flex ops for glyph extents/subset by Michiharu Ariza · 6 years ago
- 9228db0 added CFF1 Expert Encoding subset test & bug fixes by Michiharu Ariza · 6 years ago
- b51418f added CFF2 get_extents by Michiharu Ariza · 6 years ago
- d7b384a silence warning ^3 by Michiharu Ariza · 6 years ago
- e9cc71a silence warning ^2 by Michiharu Ariza · 6 years ago
- 51d5bf4 silence warnings by Michiharu Ariza · 6 years ago
- 35b64df silence & fix new warnings by Michiharu Ariza · 6 years ago
- ebeccf3 fixed char widths & standard Encoding in subset CFF by Michiharu Ariza · 6 years ago
- c0c85b8 implemented get_glyph_extents with CFF1 by Michiharu Ariza · 6 years ago
- 0f159a3 fixed serialize_fdselect_3_4 by Michiharu Ariza · 6 years ago
- 1608481 fixed bugs in Charset serialization by Michiharu Ariza · 6 years ago
- 5b453f7 fixed off-by-one error with offSize by Michiharu Ariza · 6 years ago
- c6f75c3 fix build attempt by Michiharu Ariza · 6 years ago
- cc52e53 Removed unused subr subset code by Michiharu Ariza · 6 years ago
- 1666b89 subset CFF1 String Index by Michiharu Ariza · 6 years ago
- 2a74536 fix build attempt ^2 by Michiharu Ariza · 6 years ago
- aca73c9 subset CFF1 Encoding & Charset by Michiharu Ariza · 6 years ago
- f2d299b Drop hints from CFF2 charstrings by Michiharu Ariza · 6 years ago
- fcf1778 templatized ArgStack as a prep to store blends by Michiharu Ariza · 6 years ago
- 968168b drop hints from CFF1 charstrings by Michiharu Ariza · 6 years ago
- 8c5e03b Added drop_hints to SubrFlattener by Michiharu Ariza · 6 years ago
- 9fd08cc CFF2 subroutine flattner by Michiharu Ariza · 6 years ago
- b95bf07 fix build attempt ^2 by Michiharu Ariza · 6 years ago
- 8af9690 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
- 0ad081e attempt to fix build failure by Michiharu Ariza · 6 years ago
- a11420b Subroutine flattener for CFF1 by Michiharu Ariza · 6 years ago
- 5cde2f5 drop hints from CFF & CFF2 Private by Michiharu Ariza · 6 years ago
- cef75ea Added CFF2 Subr nullifier by Michiharu Ariza · 6 years ago
- e67bb3f renamed OT::cff to OT::cff1 for consistency by Michiharu Ariza · 6 years ago
- fdbfa18 renamed CFF version 1 structs and sources to CFF1 from CFF by Michiharu Ariza · 6 years ago[Renamed (87%) from src/hb-subset-cff.cc]
- 7aa23f3 fix build attempt ^4 by Michiharu Ariza · 6 years ago
- 270452a fix build attempt ^3 by Michiharu Ariza · 6 years ago
- c234839 fix build attempt ^2 by Michiharu Ariza · 6 years ago
- 633ce88 CFF Subrs subsetting by Michiharu Ariza · 6 years ago
- a97ed34 fixed inclusion of excluded Private & local Subrs by Michiharu Ariza · 6 years ago