254 Commits (191eef823fe95355425621f8e002dfe7fe632383)

Author SHA1 Message Date
Ebrahim Byagowi eeddda3ec6
[util] Better file-not-found error from hb-shape / hb-view 6 years ago
Behdad Esfahbod 1e8fdd285f Remove HAVE_OT 6 years ago
Behdad Esfahbod e42cd58c99 Rename invisible_codepoint to invisible_glyph in API 6 years ago
Behdad Esfahbod 71b65eb27d Add API for setting invisible-codepoint 6 years ago
Behdad Esfahbod 310bdac4a0 Fix a warning 6 years ago
Ebrahim Byagowi 6353cc1f83
[circleci] Fix some of warnings from clang-everything bot (#1211) 6 years ago
Ebrahim Byagowi 0fa1edbd3b
[circleci] Couple of fixes (#1200) 6 years ago
Behdad Esfahbod b5285b3479 [util] Remove unneeded virtual 6 years ago
Behdad Esfahbod 89ed040b21 [util] Fix more non-virtual-destructor warnings 6 years ago
Behdad Esfahbod 2382dd07fa Minor 6 years ago
Behdad Esfahbod 9caa432d0c [util] Use HB_FALLTHROUGH 6 years ago
Behdad Esfahbod 2e728a7d86 [util] Mark var static 6 years ago
Behdad Esfahbod e910a1aef4 [util] Add empty virtual destructor to option_group_t 6 years ago
Behdad Esfahbod 04caf11608 [hb-view] Change subpixel bits from 8 to 6 6 years ago
Behdad Esfahbod 606bf57430 Revert forcing use of single-parameter static_assert() 6 years ago
Behdad Esfahbod 94bfea0ce6 Fix build, another try 6 years ago
Behdad Esfahbod f90bab8560 [util] Add --ft-load-flags 6 years ago
Behdad Esfahbod 93f7596254 [util] Add -n shorthand for --num-iterations 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
Ebrahim Byagowi 159ddb8729
Treat - just as /dev/stdin and remove one extra file reader (#1065) 6 years ago
Ebrahim Byagowi d0c2889dfc
Revert file blob sanitization and index checking (#1062) 6 years ago
Ebrahim Byagowi c53697d3f2
Verbose fail when something is wrong with hb-shape/hb-view input font file (#1059) 6 years ago
Ebrahim Byagowi aa0c5df419
Fix reading fonts from stdin (#1060) 6 years ago
Ebrahim Byagowi eaf649450a Resolve clang's conditional-uninitialize warnings 7 years ago
Ebrahim Byagowi ce17340b23 Add hb_blob_create_from_file, a new API (#926) 7 years ago
Khaled Hosny 6fdeeb2ae3 [util] Check all specified shapers are known (#993) 7 years ago
David Corbett 8269791900 Allow trailing non-numeric chars in --unicodes 7 years ago
Behdad Esfahbod 127096e474 [util] Remove line buffering 7 years ago
Garret Rieger 0c0fe2ff82 [subset] Move util/generated-unicode-ranges.py to src/gen-unicode-ranges.py 7 years ago
Garret Rieger ddc4f2b9fc [subset] Add python util that was used to generated hb-ot-os2-unicode-ranges.hh 7 years ago
Ebrahim Byagowi bb82f01383 [aat] trak sanitization 7 years ago
Ebrahim Byagowi 4f6f7c3b22
[util] Implement ppem/ptem on hb-{shape,view} (#811) 7 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
Behdad Esfahbod d5b33f2fe1 [subset] hb_subset_input_t changes 7 years ago
Behdad Esfahbod 70b06cc6e7 More fixes 7 years ago
Behdad Esfahbod 4011d885b7 [util] Remove use of ssize_t which was failing on MSVC 7 years ago
Behdad Esfahbod d0f3e7f597 [util] Use setlinebuf() if present 7 years ago
Rod Sheeter 8431c38cdc remove output noise 7 years ago
Behdad Esfahbod 194140d3f3 [util] Minor 7 years ago
Behdad Esfahbod af02812fc5 [subset] Change hb_subset API to remove hb_subset_face_t 7 years ago
Rod Sheeter 6c52d94fd1 capture the set of codepoints passed by --unicodes 7 years ago
Garret Rieger 7481f0ce21 Add codepoints to subset input. 7 years ago
Ebrahim Byagowi 70e13ade81
[subset] Fix Windows issue on endlines (#756) 7 years ago
Garret Rieger 2ea228935d ssize_t -> size_t 7 years ago
Garret Rieger c25898eb54 Switch to fopen() instead of open() in subset test. open wasn't compiling on windows. 7 years ago
Garret Rieger fc04f11ce1 Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is looking for. 7 years ago