util/font-options.hh

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod bd5b8a1f 2025-03-26T21:12:27 [util] Report exit codes in help
Behdad Esfahbod a410a042 2025-03-26T18:09:07 [util] Add environment and see also sections Part of https://github.com/harfbuzz/harfbuzz/issues/5208
Behdad Esfahbod 75643768 2025-03-26T00:59:54 [util] List available shapers in --help-all Remove it from --version. Part of https://github.com/harfbuzz/harfbuzz/issues/5208
Behdad Esfahbod 29c800bd 2025-03-25T14:30:09 [util] Return diff values for diff failures Need documentation in the help output... Fixes https://github.com/harfbuzz/harfbuzz/issues/5164
Behdad Esfahbod 38889c3a 2025-03-18T00:54:46 [coretext] Fix loading named instances Needs tests... TTC indices > 0 can't be loaded with CoreText API it seems. Fixes https://github.com/harfbuzz/harfbuzz/issues/5158
Behdad Esfahbod 39ade99d 2025-03-09T01:25:52 [face] Two new APIs: + hb_face_create_from_file_or_fail_using() + hb_face_list_loaders()
Behdad Esfahbod 437ce950 2025-03-08T13:12:15 [util] Add --list-font-funcs
Behdad Esfahbod 2a878b1b 2025-03-07T17:23:17 [font-funcs] Add two new API + hb_font_set_funcs_using() + hb_font_list_funcs() Part of https://github.com/harfbuzz/harfbuzz/issues/5117
Behdad Esfahbod 2abe54fc 2025-03-03T21:58:48 Almost works!
Behdad Esfahbod 718542ef 2025-03-03T22:44:52 [util] Space
Behdad Esfahbod 75d168cb 2024-10-13T13:37:50 [util] Rename a variable
Behdad Esfahbod 8a805271 2024-10-10T12:56:31 [coretext] Start implementing CoreText font-funcs Does nominal glyph mapping, horiz advances, and draw so far.
Behdad Esfahbod aef002e0 2023-02-07T11:29:49 [embolden] Add in-place option Adds --font-grade to hb-view and hb-shape.
Behdad Esfahbod e39104ba 2023-02-01T16:56:56 [font/util] Add emboldening API, --font-bold Needs documentation.
Behdad Esfahbod e998cec1 2023-01-18T23:33:21 [hb-view] Move palette options to --help-view
Behdad Esfahbod 253b4cec 2023-01-18T23:28:25 [hb-view] Simplify palette format
Matthias Clasen c41892a0 2023-01-18T23:45:53 hb-view: Add a --custom-palette option
Behdad Esfahbod 1816d366 2023-01-19T12:59:26 [hb-info] Flesh out
Behdad Esfahbod 2b010d80 2023-01-19T12:14:50 [util] Minor hide --font-ptem sometimes
Behdad Esfahbod 06c064a3 2023-01-19T11:17:49 [util] Use hb_font_glyph_to_string
Behdad Esfahbod ea291493 2023-01-18T19:51:22 [hb-shape/view] List variation sequences in --list-unicodes
Behdad Esfahbod 8564d226 2023-01-18T19:43:33 [hb-shape/view] Add --list-glyphs
Behdad Esfahbod bf8bb9fb 2023-01-18T19:39:30 [hb-shape/view] Add --list-unicodes
Behdad Esfahbod 82a3b2db 2023-01-16T11:18:22 [util] Fix --named-instance
Behdad Esfahbod ad6b9c41 2023-01-16T11:07:03 [util] Format --list-features
Behdad Esfahbod 0f4da850 2023-01-16T11:04:38 [util] Minor in --list-features clear feature set between GSUB/GPOS
Behdad Esfahbod f25e3696 2023-01-16T10:54:23 [hb-shape/hb-view] Better --list-features
Behdad Esfahbod 32d43959 2023-01-15T22:34:14 [hb-shape/view] Print feature names in --list-features
Behdad Esfahbod 3d5a922b 2023-01-15T16:15:52 Fix really
Behdad Esfahbod 484831be 2023-01-15T16:14:53 [util] Fix build
Behdad Esfahbod 8a6ecc5c 2023-01-15T13:54:27 [hb-view/shape] Add --list-features
Behdad Esfahbod 40a8145a 2023-01-15T11:30:24 [util] Don't use hb_vector_t
Behdad Esfahbod d769e8ae 2023-01-15T10:58:15 [hb-shape/view] Add --named-instance
Behdad Esfahbod 40bf30bf 2023-01-15T10:45:47 [util] Print named-instance index in --list-variations
Behdad Esfahbod 14a83d6c 2023-01-15T10:11:54 [hb-shape/view] --list-variations cleanup
Behdad Esfahbod e1a54483 2023-01-15T10:00:26 [hb-shape/view] Print named-instances in --list-variations Might remove the coordinates.
Behdad Esfahbod 9abc2107 2023-01-15T09:46:19 [hb-shape/view] Add --list-variations
Behdad Esfahbod ed023f66 2023-01-12T17:04:24 Enable -Wformat-signedness And fix the codebase.
Matthias Clasen 5d7553d3 2022-12-21T15:18:02 view: Add a --font-palette option
Behdad Esfahbod c6ef11da 2022-07-19T15:19:52 [util] Fix build with HB_NO_VAR
Behdad Esfahbod 1eb8e820 2022-07-18T14:47:49 [util] Accept space as delimiter for --features/--variations Fixes https://github.com/harfbuzz/harfbuzz/issues/3715
Behdad Esfahbod 096121ba 2022-02-10T19:27:33 [util] Implement --sub-font Internally creates a font at 2x and creates a sub-font from it...
Behdad Esfahbod 640b6ffd 2022-02-08T18:20:59 [util] Default font-funcs to 'ot' instead of 'ft'
Behdad Esfahbod 4818b7ed 2022-02-07T18:00:14 [util] Add --font-slant
Behdad Esfahbod cd77846b 2021-09-14T08:35:19 [util] Fix leak of an hb_font_t
Behdad Esfahbod 3f94177e 2021-08-12T10:43:31 [util] Use g_set_error() in one more place
Behdad Esfahbod 24a9d8c7 2021-08-11T18:47:06 [util] Use post_parse in font_options_t
Behdad Esfahbod e4b33d9d 2021-08-11T18:35:11 [util] Use post_parse in face_options_t
Behdad Esfahbod c0ea4e2d 2021-08-11T18:30:08 [util] Use post_parse to validate
Behdad Esfahbod 3e3e1801 2021-08-10T13:59:46 [util] Small tweaks in --help output
Behdad Esfahbod 58c22335 2021-08-06T23:45:59 [util] Move face/font options into face/font-options.hh