Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| a2965f2e | 2018-01-31 14:53:09 | Add a basic implementation of hb-subset to enable compilation of test-subset. | ||
| c0257351 | 2018-01-30 18:39:41 | Fix typo in hb-subset.h | ||
| 9ccb8366 | 2018-01-17 22:09:07 | Start to sketch APIs for subsetting |