281 Commits (c85f624b519df1db141bf55d9452bc2837ef35c4)

Author SHA1 Message Date
Bruce Mitchener 659eeddb2d Use C++11 override keyword. 5 years ago
Bruce Mitchener 5846884f86 test: Use nullptr in C++ code. (#1744) 5 years ago
Qunxin Liu 993d81b9c5 [subset] Add one ttf file with fvar/STAT tables to integration test 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. 5 years ago
Garret Rieger 67064294a0 [subset] Add drop-tables option to hb-subset util. 5 years ago
Qunxin Liu e501ea143d [subset] Subset name table step 3, add --nameids option to guide the 5 years ago
David Corbett 45adc18526 Fix or document unsupported font-feature-settings 6 years ago
Garret Rieger 490d52f908 [subset] Add retain-gids option to hb-subset executable. 6 years ago
Behdad Esfahbod 60022ecced Fix -Wcast-function-type warnings in util/ with gcc 4.8 6 years ago
Ebrahim Byagowi e412008599 Remove redundant void from C++ sources (#1486) 6 years ago
Behdad Esfahbod 3f8e7a98d3 [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOS 6 years ago
Behdad Esfahbod 9844c880e2 Minor 6 years ago
Ebrahim Byagowi 11aa0468ac [subset] minor, adjust spaces 6 years ago
Behdad Esfahbod 9bddfde25d [util] Fix up previous commit 6 years ago
Behdad Esfahbod 3ec2e4fa7b [util] Don't terminate string after a a 0 in -u 6 years ago
Michiharu Ariza 6186dbf1be added hb_subset_input_set_desubroutinize API 6 years ago
Michiharu Ariza d56e338a90 CFF1 no-desubroutinize + no-hinting 6 years ago
Behdad Esfahbod edaa768253 [util] Use fgets instead of getline such that windows passes 6 years ago
Behdad Esfahbod 83a612739a [util] Minor 6 years ago
Ebrahim Byagowi f7a08cd41d
Fix extra semicolon issues and test that on CI (#1330) 6 years ago
Behdad Esfahbod 58e20f53bf [util] Add hb-shape --batch 6 years ago
Behdad Esfahbod 6131fb6283 [util] Don't close stdin/stdout 6 years ago
Khaled Hosny cf92cb7e00 Use g_strdup instead of strdup 6 years ago
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
Michiharu Ariza 55942ad5c1 Merge branch 'master' into cff-subset 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