kc3-lang/harfbuzz/src/hb-subset.h

Branch :


Log

Author Commit Date CI Message
a321c4fe 2023-04-27 00:48:00 7.2.0
90356eb2 2023-04-14 20:52:35 [subset] Note --no-layout-closure is only for GSUB.
14b9d8d5 2023-04-14 20:44:15 [subset] add --no-layout-closure flag. Disables layout glyph closure. Fixes #4192.
16dfd263 2023-02-11 19:31:29 [subset] Remove docs for unimplemented flags GTK-Doc does not like this.
c3504585 2023-01-04 13:25:03 [subset-plan] Relax const return type of a few functions Fixes https://github.com/harfbuzz/harfbuzz/issues/4003
4a5bd7a9 2023-01-01 16:53:28 [subset] Add hb_subset_input_keep_everything() Fixes https://github.com/harfbuzz/harfbuzz/issues/3998 New API: + hb_subset_input_keep_everything()
7f73b57b 2022-12-10 17:35:52 [subset] Graduate L1 instancing API from experimental Fixes https://github.com/harfbuzz/harfbuzz/issues/3926
eda02c2e 2022-12-05 20:18:41 [subset] Move hb_subset_preprocess to be non-experimental.
8eadb836 2022-11-10 10:33:26 [subset] Update hb_subset_input_override_name_table API Override the name string for the NameRecord identified by name_id, platform_id, encoding_id and language_ids specified by the user. If a record with specified name_id does not exist, this API will create a new NameRecord with provided info and insert it to the name table.
6314aa7d 2022-10-28 10:44:48 [subset] add an experimental API that can override name strings for specified name_id
f53ebf55 2022-10-14 19:38:19 [subset] Add hb_subset_preprocess to experimental symbol list for check-symbols.
515863e5 2022-10-13 23:42:00 [subset] Remove add accelerator flag, replace with new api method. Adds hb_subset_preprocess() which preprocesses the face and attaches accelerator data.
f4903def 2022-10-13 21:38:54 [subset] use the accelerator in the subsetting benchmark.
f105c287 2022-10-13 18:53:41 [subset] Suggested flags to enable more performant subset production for use in incxfer.
40b21edf 2022-07-23 16:45:32 5.0.0
2a4773e4 2022-06-21 19:29:52 add option "--instance", store axes_location in subset_plan and drop all variation tables when all axes are pinned at default
216cf594 2022-07-05 17:49:12 [subset] Allocate space for null entry in script/feature list.
70e32a66 2022-06-30 21:00:48 [subset] Add layout_scripts to subset input.
f6071c16 2022-02-28 14:45:40 [subset] Rename codepoint -> unicode in subset plan api
670ef070 2022-02-11 16:01:33 [subset] Change subset plan create to be or_fail.
ae8d373b 2022-02-11 14:54:23 [subset] add subset plan reference, set/get user data functions.
b65e48a7 2022-02-11 12:44:58 [subset] Add subset plan to public API. Add the ability to create a subset plan which an be used to gather info on things like glyph mappings in the final subset. The plan can then be passed on to perform the subsetting operation.
d700646c 2021-09-16 11:23:09 [subset] In preperation for 3.0.0 release remove legacy subsetting api methods.
9b7af950 2021-09-07 15:05:42 [docs] Fix subset documentation List the missing new APIs and unlist all the to be deleted legacy APIs.
505df5ab 2021-09-07 13:46:08 2.9.1
de856365 2021-08-30 14:36:05 [subset] s/REPLACE/REPLACEME/
50193262 2021-08-25 15:10:21 [subset] reorder set enums.
3282f540 2021-08-25 15:06:42 [subset] restore legacy set api methods.
1457c1f0 2021-08-25 15:01:28 [subset] set enum name changes.
1b5e1593 2021-08-25 14:56:55 [subset] Remove HB_SUBSET_SETS_COUNT and flags comment.
4c389fd9 2021-08-13 11:14:52 [subset] add unicode and glyph set enums.
e3e1ae87 2021-08-13 10:53:20 [subset] proposed update to subset set apis.
f2441a4b 2021-08-24 15:53:32 [subset] Remove retain all layout features flag. Instead use inverted sets to handle requesting all features. Modifies feature collection in subset plan to intersect the set of requested features against the features in the font. This prevents iterating a fully filled feature tag set.
9aa6f8a9 2021-08-18 09:32:04 2.9.0
d18aad7e 2021-08-13 15:05:48 [subset] restore old subsetting api methods. These will be left in place until the 3.0.0 release.
f5ba1fab 2021-08-07 16:05:51 Fix documentation of hb_subset_flags_t defaults HB_SUBSET_FLAGS_DEFAULT is 0, and hb_subset_input_create_or_fail initializes its flags to HB_SUBSET_FLAGS_DEFAULT, so currently all flags are set to false by default. It has been decided that future flags will also be false by default for simplicity (using NO_ in the name if needed). Correct and simplify the documentation for hb_subset_flags_t to reflect this.
f9d8e4a9 2021-07-29 15:25:41 [subset] switch ..._set_flags to not take a mask.
3d534b14 2021-07-29 11:52:14 [subset] convert subset input flags into bit flags. Store the flags in a bit set. Updates the public api to work with the bit set directly.
4762fcb4 2021-07-26 11:48:55 Merge pull request #3067 from googlefonts/glyph_names [subset] support option --glyph-names
ec99fdb7 2021-07-26 01:35:13 [sebset] Use [s|g]et_flag for retain_all_layout_features Looks like this was missed when adding hb_subset_input_[s|g]et_flag()
acc7100a 2021-07-26 02:13:49 [docs] Improve subset documentation
71b5509c 2021-07-20 20:05:35 [subset] support option --glyph-names
89fc399e 2021-07-22 13:00:34 [subset] Add hb-subset section documentation.
792e2ed6 2021-07-22 12:41:48 [subset] convert no get/set prune unicode ranges to enum.
1b6c1aa6 2021-06-28 12:57:39 [subset] add hb-subset api to documentation generator. Standardize subset_input parameter to be input.
8ce96834 2021-06-23 13:55:11 [subset] add documentation for all hb-subset.h methods.
9ab751ac 2021-06-23 13:38:47 [subset] Remove hb_subset(). Leaving just hb_subset_or_fail().
e5c887fc 2021-06-23 13:19:25 [subset] add documentation for subset input flag enums.
372722ce 2021-06-23 13:10:03 [subset] move notdef_outline to the subset input property enum.
a6c6cda4 2021-06-09 17:46:47 [subset] Add no subset tables and passthrough unrecognized tables to the subset api. Matches fontTools options.
668f2bd9 2021-06-09 16:33:50 [subset] Add hb_subset_or_fail () to public subset api.
aba2e131 2021-06-09 16:23:35 [subset] Remove hb_subset_input_get/set_overlaps_flag ().
7d82191f 2021-06-09 16:20:55 [subset] Remove hb_subset_input_get/set_name_legacy ().
942636ae 2021-06-09 16:18:39 [subset] Remove hb_subset_input_get/set_retain_gids.
77b4a1cd 2021-06-09 14:11:17 [subset] Remove hb_subset_input_get/set_desubroutinize.
8bf5d4d4 2021-06-09 14:05:17 [subset] Remove hb_subset_input_get/set_drop_hints.
38de3491 2021-06-09 12:54:14 [subset] add implementation for get/set flag on subset input.
83727837 2021-06-09 11:09:14 [subset] add proposed enum property get/set method.
b38e49dc 2021-06-09 10:57:58 [subset] add get/set user data methods to subset input.
edb57a8d 2021-06-09 10:42:48 Make subset input const in the subsetting operation. Don't modify the subset input's sets.
eee7b459 2021-06-24 10:17:46 [subset] add option --no-prune-unicode-ranges
d07f789a 2021-06-09 15:36:40 [subset] support option "--notdef-outline"
18f61210 2021-05-27 16:01:17 Add public api methods to get/set the layout features to retain.
73ff04a3 2021-05-18 16:54:01 [subset] add option to have the subsetter set the mac overlaps flag on each glyph.
36a5c042 2020-01-21 13:37:28 [subset] Add "--name-languages" and "--name-legacy" options Make name table subsetting consistent with fontTools
e171beeb 2020-01-24 19:51:21 Revert "[subset] Add "--name-languages" and "--name-legacy" options" Causes tests failures, please reapply when tests are fixed, thanks. This reverts commit fd85818b5b85fb0ad2db71c60e94ca0689d38bca.
fd85818b 2020-01-21 13:37:28 [subset] Add "--name-languages" and "--name-legacy" options Make name table subsetting consistent with fontTools
a0b4ac4d 2019-08-24 17:57:14 Turn 8 spaces to tab across the project According to the current code style of the project
0ff3618c 2019-05-17 15:30:01 [subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli.
3be0ffe4 2019-05-16 11:29:15 [subset] Add drop tables to subset input.
e501ea14 2019-04-05 10:05:55 [subset] Subset name table step 3, add --nameids option to guide the selection of which name records to keep in the subset method.
b7f97188 2019-01-17 18:55:56 Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
b403be8a 2018-11-16 12:29:18 Merge branch 'master' into cff-subset
11aa0468 2018-11-15 23:10:56 [subset] minor, adjust spaces
6186dbf1 2018-11-01 17:25:23 added hb_subset_input_set_desubroutinize API hooked up with CFF1 subroutinizer a renaming
93fe0faa 2018-08-29 18:24:03 [subset] Clean up hb_subset_input_t API
f39166f0 2018-08-29 18:09:55 [subset] Remove unused hb_subset_profile_t We might reintroduce it later, but for now remove, as it was unused. Some things that should have been in this object (drop_hints, etc) are already in hb_subset_input_t. So, for now, keep everything there.
dae39c58 2018-08-25 22:44:39 [face] Introduce character-map API New API: +hb_face_collect_unicodes +hb_face_collect_variation_selectors +hb_face_collect_variation_unicodes
1dcf5fb0 2018-08-25 16:11:26 [cmap Add hb_subset_collect_variation_unicodes() To be moved to hb-face.h later.
4806b380 2018-08-25 15:56:07 [cmap] Add hb_subset_collect_variation_selectors() To be moved to hb-face later.
d60c4656 2018-08-25 08:47:06 Rename get_all_codepoints() to collect_unicodes()
a5673da9 2018-06-07 14:23:03 [subset] Add drop_ot_layout setting to subset input.
21a181af 2018-04-10 15:40:24 [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.
2e3ee489 2018-02-23 18:18:54 [subset] format tweak, doc string
4f07437d 2018-02-21 22:23:05 [subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
9046e924 2018-02-13 22:07:12 [subset] Rename constructor to hb_subset_input_create_or_fail() To signify that unlike rest of library, returns nullptr on failure.
d5b33f2f 2018-02-13 13:50:50 [subset] hb_subset_input_t changes
bfa87163 2018-02-10 13:37:28 Minor
af02812f 2018-02-07 13:07:46 [subset] Change hb_subset API to remove hb_subset_face_t
7481f0ce 2018-02-05 16:05:12 Add codepoints to subset input.
0ff007da 2018-02-04 20:22:07 [subset] Minor
34fa7b3a 2018-02-01 16:50:18 Whitespace
c0257351 2018-01-30 18:39:41 Fix typo in hb-subset.h
a2965f2e 2018-01-31 14:53:09 Add a basic implementation of hb-subset to enable compilation of test-subset.
9ccb8366 2018-01-17 22:09:07 Start to sketch APIs for subsetting