- 3bb89ee [instancer] use hb_parse_double() for parsing axis positions by Qunxin Liu · 4 months ago
- 71b1ba7 8.5.0 by Khaled Hosny · 11 months ago
- 4cf606f [instancer] Promote partial instancing api out of experimental. by Garret Rieger · 11 months ago
- d6431dc [instancer] support *=drop, which would pin all axis to default location by Qunxin Liu · 1 year, 1 month ago
- 9730948 [instancer] rename HB_SUBSET_FLAGS_IUP_DELTA_OPT to HB_SUBSET_FLAGS_OPTIMIZE_IUP_DELTAS by Qunxin Liu · 1 year, 2 months ago
- c7a6030 [instancer] add a flag HB_SUBSET_FLAGS_IUP_DELTA_OPT by Qunxin Liu · 1 year, 2 months ago
- d30c1da Add test suite for instancing option parsing. by Garret Rieger · 1 year, 5 months ago
- 43236ce [instancer] add the option to leave blanks in the min:def:max syntax. by Garret Rieger · 1 year, 5 months ago
- c688437 [subset] Add HB_SUBSET_FLAGS_IFTB_REQUIREMENTS flag. by Garret Rieger · 1 year, 5 months ago
- 32cfa37 [instancer] command line support for partial instancing by Qunxin Liu · 1 year, 8 months ago
- 58f68dd [instancer] wrap hb_subset_input_Set_axis_range() under experimental by Qunxin Liu · 1 year, 11 months ago
- 0799afe [instancer] Add hb_subset_input_set_axis_range() API by Qunxin Liu · 1 year, 11 months ago
- 8eb9f31 [subset] s/Since/XSince/. by Garret Rieger · 1 year, 11 months ago
- 3021b2d [subset] change glyph mapping api to return a mutable map. by Garret Rieger · 1 year, 11 months ago
- e14020b [subset] remove return value from mapping setting function. by Garret Rieger · 1 year, 11 months ago
- e711e30 [subset] Add new subsetting API method to receive a user specified glyph mapping. by Garret Rieger · 1 year, 11 months ago
- a321c4f 7.2.0 by Khaled Hosny · 1 year, 11 months ago
- 90356eb [subset] Note --no-layout-closure is only for GSUB. by Garret Rieger · 2 years ago
- 14b9d8d [subset] add --no-layout-closure flag. by Garret Rieger · 2 years ago
- 16dfd26 [subset] Remove docs for unimplemented flags by Khaled Hosny · 2 years, 2 months ago
- c350458 [subset-plan] Relax const return type of a few functions by Behdad Esfahbod · 2 years, 3 months ago
- 4a5bd7a [subset] Add hb_subset_input_keep_everything() by Behdad Esfahbod · 2 years, 3 months ago
- 7f73b57 [subset] Graduate L1 instancing API from experimental by Behdad Esfahbod · 2 years, 4 months ago
- eda02c2 [subset] Move hb_subset_preprocess to be non-experimental. by Garret Rieger · 2 years, 4 months ago
- 8eadb83 [subset] Update hb_subset_input_override_name_table API by Qunxin Liu · 2 years, 4 months ago
- 6314aa7 [subset] add an experimental API that can override name strings for specified name_id by Qunxin Liu · 2 years, 5 months ago
- f53ebf5 [subset] Add hb_subset_preprocess to experimental symbol list for check-symbols. by Garret Rieger · 2 years, 6 months ago
- 515863e [subset] Remove add accelerator flag, replace with new api method. by Garret Rieger · 2 years, 6 months ago
- f4903de [subset] use the accelerator in the subsetting benchmark. by Garret Rieger · 2 years, 6 months ago
- f105c28 [subset] Suggested flags to enable more performant subset production for use in incxfer. by Garret Rieger · 2 years, 6 months ago
- 40b21ed 5.0.0 by Khaled Hosny · 2 years, 8 months ago
- 2a4773e add option "--instance", store axes_location in subset_plan and drop all by Qunxin Liu · 2 years, 9 months ago
- 216cf59 [subset] Allocate space for null entry in script/feature list. by Garret Rieger · 2 years, 9 months ago
- 70e32a6 [subset] Add layout_scripts to subset input. by Garret Rieger · 2 years, 9 months ago
- f6071c1 [subset] Rename codepoint -> unicode in subset plan api by Garret Rieger · 3 years, 1 month ago
- 670ef07 [subset] Change subset plan create to be or_fail. by Garret Rieger · 3 years, 2 months ago
- ae8d373 [subset] add subset plan reference, set/get user data functions. by Garret Rieger · 3 years, 2 months ago
- b65e48a [subset] Add subset plan to public API. by Garret Rieger · 3 years, 2 months ago
- d700646 [subset] In preperation for 3.0.0 release remove legacy subsetting api methods. by Garret Rieger · 3 years, 7 months ago
- 9b7af95 [docs] Fix subset documentation by Khaled Hosny · 3 years, 7 months ago
- 505df5a 2.9.1 by Khaled Hosny · 3 years, 7 months ago
- de85636 [subset] s/REPLACE/REPLACEME/ by Garret Rieger · 3 years, 7 months ago
- 5019326 [subset] reorder set enums. by Garret Rieger · 3 years, 7 months ago
- 3282f54 [subset] restore legacy set api methods. by Garret Rieger · 3 years, 7 months ago
- 1457c1f [subset] set enum name changes. by Garret Rieger · 3 years, 7 months ago
- 1b5e159 [subset] Remove HB_SUBSET_SETS_COUNT and flags comment. by Garret Rieger · 3 years, 7 months ago
- 4c389fd [subset] add unicode and glyph set enums. by Garret Rieger · 3 years, 7 months ago
- e3e1ae8 [subset] proposed update to subset set apis. by Garret Rieger · 3 years, 7 months ago
- f2441a4 [subset] Remove retain all layout features flag. by Garret Rieger · 3 years, 7 months ago
- 9aa6f8a 2.9.0 by Khaled Hosny · 3 years, 8 months ago
- d18aad7 [subset] restore old subsetting api methods. by Garret Rieger · 3 years, 8 months ago
- f5ba1fa Fix documentation of hb_subset_flags_t defaults by Ben Wagner · 3 years, 8 months ago
- f9d8e4a [subset] switch ..._set_flags to not take a mask. by Garret Rieger · 3 years, 8 months ago
- 3d534b1 [subset] convert subset input flags into bit flags. by Garret Rieger · 3 years, 8 months ago
- 4762fcb Merge pull request #3067 from googlefonts/glyph_names by Behdad Esfahbod · 3 years, 8 months ago
- ec99fdb [sebset] Use [s|g]et_flag for retain_all_layout_features by Khaled Hosny · 3 years, 8 months ago
- acc7100 [docs] Improve subset documentation by Khaled Hosny · 3 years, 8 months ago
- 71b5509 [subset] support option --glyph-names by Qunxin Liu · 3 years, 8 months ago
- 89fc399 [subset] Add hb-subset section documentation. by Garret Rieger · 3 years, 8 months ago
- 792e2ed [subset] convert no get/set prune unicode ranges to enum. by Garret Rieger · 3 years, 8 months ago
- 1b6c1aa [subset] add hb-subset api to documentation generator. by Garret Rieger · 3 years, 8 months ago
- 8ce9683 [subset] add documentation for all hb-subset.h methods. by Garret Rieger · 3 years, 8 months ago
- 9ab751a [subset] Remove hb_subset(). Leaving just hb_subset_or_fail(). by Garret Rieger · 3 years, 8 months ago
- e5c887f [subset] add documentation for subset input flag enums. by Garret Rieger · 3 years, 8 months ago
- 372722c [subset] move notdef_outline to the subset input property enum. by Garret Rieger · 3 years, 8 months ago
- a6c6cda [subset] Add no subset tables and passthrough unrecognized tables to the subset api. by Garret Rieger · 3 years, 8 months ago
- 668f2bd [subset] Add hb_subset_or_fail () to public subset api. by Garret Rieger · 3 years, 8 months ago
- aba2e13 [subset] Remove hb_subset_input_get/set_overlaps_flag (). by Garret Rieger · 3 years, 8 months ago
- 7d82191 [subset] Remove hb_subset_input_get/set_name_legacy (). by Garret Rieger · 3 years, 8 months ago
- 942636a [subset] Remove hb_subset_input_get/set_retain_gids. by Garret Rieger · 3 years, 8 months ago
- 77b4a1c [subset] Remove hb_subset_input_get/set_desubroutinize. by Garret Rieger · 3 years, 8 months ago
- 8bf5d4d [subset] Remove hb_subset_input_get/set_drop_hints. by Garret Rieger · 3 years, 8 months ago
- 38de349 [subset] add implementation for get/set flag on subset input. by Garret Rieger · 3 years, 8 months ago
- 8372783 [subset] add proposed enum property get/set method. by Garret Rieger · 3 years, 8 months ago
- b38e49d [subset] add get/set user data methods to subset input. by Garret Rieger · 3 years, 8 months ago
- edb57a8 Make subset input const in the subsetting operation. Don't modify the subset input's sets. by Garret Rieger · 3 years, 8 months ago
- eee7b45 [subset] add option --no-prune-unicode-ranges by Qunxin Liu · 3 years, 9 months ago
- d07f789 [subset] support option "--notdef-outline" by Qunxin Liu · 3 years, 10 months ago
- 18f6121 Add public api methods to get/set the layout features to retain. by Garret Rieger · 3 years, 10 months ago
- 73ff04a [subset] add option to have the subsetter set the mac overlaps flag on each glyph. by Garret Rieger · 3 years, 10 months ago
- 36a5c04 [subset] Add "--name-languages" and "--name-legacy" options by Qunxin Liu · 5 years ago
- e171bee Revert "[subset] Add "--name-languages" and "--name-legacy" options" by Ebrahim Byagowi · 5 years ago
- fd85818 [subset] Add "--name-languages" and "--name-legacy" options by Qunxin Liu · 5 years ago
- a0b4ac4 Turn 8 spaces to tab across the project by Ebrahim Byagowi · 6 years ago
- 0ff3618 [subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli. by Garret Rieger · 6 years ago
- 3be0ffe [subset] Add drop tables to subset input. by Garret Rieger · 6 years ago
- e501ea1 [subset] Subset name table step 3, add --nameids option to guide the by Qunxin Liu · 6 years ago
- b7f9718 Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids. by Garret Rieger · 6 years ago
- b403be8 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
- 11aa046 [subset] minor, adjust spaces by Ebrahim Byagowi · 6 years ago
- 6186dbf added hb_subset_input_set_desubroutinize API by Michiharu Ariza · 6 years ago
- 93fe0fa [subset] Clean up hb_subset_input_t API by Behdad Esfahbod · 7 years ago
- f39166f [subset] Remove unused hb_subset_profile_t by Behdad Esfahbod · 7 years ago
- dae39c5 [face] Introduce character-map API by Behdad Esfahbod · 7 years ago
- 1dcf5fb [cmap Add hb_subset_collect_variation_unicodes() by Behdad Esfahbod · 7 years ago
- 4806b38 [cmap] Add hb_subset_collect_variation_selectors() by Behdad Esfahbod · 7 years ago
- d60c465 Rename get_all_codepoints() to collect_unicodes() by Behdad Esfahbod · 7 years ago
- a5673da [subset] Add drop_ot_layout setting to subset input. by Garret Rieger · 7 years ago
- 21a181a [subset] sketch out support for a call that lists all codepoints present in a font. Implement support for it in format 4 cmap sub table. by Garret Rieger · 7 years ago
- 2e3ee48 [subset] format tweak, doc string by Rod Sheeter · 7 years ago