84 Commits (PaintColrLayers)

Author SHA1 Message Date
Behdad Esfahbod bf80b7ea45 [util/hb-subset] Add --glyphs for passing glyph names 3 years ago
Behdad Esfahbod 5b07c3c7d0 [util/hb-subset] Parse --text & --unicodes 3 years ago
Behdad Esfahbod c98773ebb0 [util/hb-subset] Move output-file validation code into post_parse 3 years ago
Behdad Esfahbod 58bfe40794 [util] Move hb-subset away from main-font-text 3 years ago
Behdad Esfahbod 97a9e4e41e [util] Separate shape_text_options_t from text_options_t 3 years ago
Behdad Esfahbod e4b33d9d36 [util] Use post_parse in face_options_t 3 years ago
Behdad Esfahbod 9468e46998 [util] Rename main_font_text back to main_font_text_t 3 years ago
Behdad Esfahbod 9d8bbe3e53 [util] Make main_font_text a struct again 3 years ago
Behdad Esfahbod 5bd463f130 [util/hb-subset] Access input directly 3 years ago
Behdad Esfahbod b83fd3a564 [util] Refactor batch-processing code into batch.hh 3 years ago
Behdad Esfahbod d92ee726ce [util/hb-shape] Treat as single-paragraph text other than provided by a file 3 years ago
Behdad Esfahbod 7d2e9164ab [util] Move text options into text_options_t 3 years ago
Behdad Esfahbod 93bc62e9b2 [util] Move output options into output-options.hh 3 years ago
Behdad Esfahbod af9d2495dc [util] Use inheritance for output_options_t 3 years ago
Behdad Esfahbod 5545eea7e5 [util] Remove main_font_text_t class, use bare function 3 years ago
Behdad Esfahbod 58c223357b [util] Move face/font options into face/font-options.hh 3 years ago
Behdad Esfahbod 798bb89c96 [util] Move shape format options into shape-format.hh 3 years ago
Behdad Esfahbod 167f58a2ca [util] Move subset options into subset-options.hh 3 years ago
Behdad Esfahbod 4e97678ebb [util] Use inheritence to embed inherent options of objects 3 years ago
Behdad Esfahbod 6500f68f1f [util] Change hb-subset to use face_options_t instead of font_options_t 3 years ago
Behdad Esfahbod 71440dbd90 [util] Move font-size and upem to be extern variables 3 years ago
Behdad Esfahbod fc0339eef0 [util] Simplify shape-consumer by removing buffer arg 3 years ago
Behdad Esfahbod e014c6fa2d [util/main-font-text] Move eol from template arg to main() arg 3 years ago
Behdad Esfahbod e109f9a6f9 [util] Collect cmdline arg options outside of constructor 3 years ago
Behdad Esfahbod e57dd66889 [util] Initialize struct members inline 3 years ago
Behdad Esfahbod 21f1054d47 [util/hb-subset] Keep face around instead of font 3 years ago
Behdad Esfahbod db6fbe29e4 [util/hb-subset] Use driver_t<> in outer block as well 3 years ago
Behdad Esfahbod 47d47e8c43 [util/hb-shape/hb-subset] Don't terminate on first error in batch mode 3 years ago
Behdad Esfahbod a363ce573c [util/hb-subset] Minor refactor of batch mode 3 years ago
Khaled Hosny 10e73d188a [test] Add batch mode to hb-subset and use it 3 years ago
Garret Rieger 3d534b146c [subset] convert subset input flags into bit flags. 3 years ago
Garret Rieger 668f2bd93e [subset] Add hb_subset_or_fail () to public subset api. 3 years ago
Garret Rieger 1bb00cd54b [subset] add num-iterations flag to util/hb-subset. 4 years ago
Khaled Hosny 5091ea7e24
Merge pull request #2733 from astiob/buffer-context-doc 4 years ago
Ebrahim Byagowi 2be859d289 minor, replace nullptr checks with implicit ones 5 years ago
Ebrahim Byagowi a0b4ac4dce Turn 8 spaces to tab across the project 5 years ago
Qunxin Liu 1da1b4dc94 [subset] For option "--unicodes", add support for "*" to retain all code points 5 years ago
Garret Rieger 0ff3618c2d [subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli. 6 years ago
Garret Rieger 67064294a0 [subset] Add drop-tables option to hb-subset util. 6 years ago
Qunxin Liu e501ea143d [subset] Subset name table step 3, add --nameids option to guide the 6 years ago
Garret Rieger 490d52f908 [subset] Add retain-gids option to hb-subset executable. 6 years ago
Behdad Esfahbod 3f8e7a98d3 [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOS 6 years ago
Ebrahim Byagowi 11aa0468ac [subset] minor, adjust spaces 6 years ago
Michiharu Ariza 6186dbf1be added hb_subset_input_set_desubroutinize API 6 years ago
Behdad Esfahbod 93fe0faaee [subset] Clean up hb_subset_input_t API 6 years ago
Behdad Esfahbod f39166f0c0 [subset] Remove unused hb_subset_profile_t 6 years ago
Behdad Esfahbod c77ae40852 Rename hb-*private.hh to hb-*.hh 6 years ago
Rod Sheeter 74e0c13a4a [subset] drop hint tables if so flagged. Still need to dump glyf instructions. 7 years ago
Rod Sheeter 0bd100e144 [subset] add --hinting flag 7 years ago
Behdad Esfahbod 9046e92442 [subset] Rename constructor to hb_subset_input_create_or_fail() 7 years ago