summaryrefslogtreecommitdiff
path: root/util/options.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix or document unsupported font-feature-settingsDavid Corbett2019-02-251-1/+2
* [subset] Add retain-gids option to hb-subset executable.Garret Rieger2019-01-291-0/+1
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-171-4/+4
* [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOSBehdad Esfahbod2018-12-121-0/+1
* Merge branch 'master' into cff-subsetMichiharu Ariza2018-11-061-1/+7
|\
| * [util] Fix up previous commitBehdad Esfahbod2018-11-061-2/+6
| * [util] Don't terminate string after a a 0 in -uBehdad Esfahbod2018-11-061-1/+3
| * [util] MinorBehdad Esfahbod2018-10-301-6/+0
| * [util] Don't close stdin/stdoutBehdad Esfahbod2018-10-301-0/+6
* | added hb_subset_input_set_desubroutinize APIMichiharu Ariza2018-11-011-1/+1
* | CFF1 no-desubroutinize + no-hintingMichiharu Ariza2018-10-311-0/+2
|/
* [util] Better file-not-found error from hb-shape / hb-viewEbrahim Byagowi2018-10-181-1/+1
* Remove HAVE_OTBehdad Esfahbod2018-10-101-4/+0
* Rename invisible_codepoint to invisible_glyph in APIBehdad Esfahbod2018-10-071-1/+1
* Add API for setting invisible-codepointBehdad Esfahbod2018-10-071-0/+1
* [util] Use HB_FALLTHROUGHBehdad Esfahbod2018-09-301-5/+5
* [util] Mark var staticBehdad Esfahbod2018-09-301-1/+1
* Revert forcing use of single-parameter static_assert()Behdad Esfahbod2018-09-161-1/+2
* Fix build, another tryBehdad Esfahbod2018-09-161-2/+1
* [util] Add --ft-load-flagsBehdad Esfahbod2018-09-111-0/+4
* [util] Add -n shorthand for --num-iterationsBehdad Esfahbod2018-09-111-1/+1
* Treat - just as /dev/stdin and remove one extra file reader (#1065)Ebrahim Byagowi2018-06-241-18/+9
* Revert file blob sanitization and index checking (#1062)Ebrahim Byagowi2018-06-181-10/+2
* Verbose fail when something is wrong with hb-shape/hb-view input font file (#...Ebrahim Byagowi2018-06-171-0/+11
* Fix reading fonts from stdin (#1060)Ebrahim Byagowi2018-06-171-3/+2
* Add hb_blob_create_from_file, a new API (#926)Ebrahim Byagowi2018-04-201-68/+20
* [util] Check all specified shapers are known (#993)Khaled Hosny2018-04-191-2/+20
* Allow trailing non-numeric chars in --unicodesDavid Corbett2018-03-261-1/+3
* [util] Remove line bufferingBehdad Esfahbod2018-03-151-12/+0
* Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophintsRod Sheeter2018-02-231-5/+28
|\
| * [util] Implement ppem/ptem on hb-{shape,view} (#811)Ebrahim Byagowi2018-02-231-5/+28
* | [subset] drop hint tables if so flagged. Still need to dump glyf instructions.Rod Sheeter2018-02-211-1/+1
* | [subset] add --hinting flagRod Sheeter2018-02-211-0/+15
|/
* [util] Use setlinebuf() if presentBehdad Esfahbod2018-02-101-2/+10
* TypoBehdad Esfahbod2018-01-171-1/+1
* [util] Replace setlinebufBehdad Esfahbod2018-01-101-2/+2
* [util] Set stdio files to line bufferingBehdad Esfahbod2018-01-101-0/+4
* Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLESBehdad Esfahbod2018-01-101-0/+1
* [util] Add hb-shape --nedBehdad Esfahbod2018-01-101-0/+13
* Add option to buffer serialization to not output glyph advancesBehdad Esfahbod2018-01-101-0/+2
* [util] Add TODO itemBehdad Esfahbod2018-01-031-0/+1
* MinorBehdad Esfahbod2017-11-201-1/+1
* Use nullptr instead of NULLBehdad Esfahbod2017-10-151-55/+55
* Use static_assert instead of custom ASSERT_STATICBehdad Esfahbod2017-10-151-1/+2
* [util] Add a few shorthand forms for commandline optionsBehdad Esfahbod2017-09-091-5/+5
* [util] Add --unicodes to hb-view / hb-shapeBehdad Esfahbod2017-09-011-1/+64
* [util] Prefix trace lines with "trace:", and error lines with "error:"Behdad Esfahbod2017-08-151-2/+2
* [util] Add --verify to hb-shape / hb-view that verifies shape resultsBehdad Esfahbod2017-08-111-0/+2
* [unsafe-to-break] Add UNSAFE_TO_BREAK flagBehdad Esfahbod2017-08-101-0/+1
* [util] Fix two other Coverity warningsBehdad Esfahbod2017-08-091-0/+4