summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Merge pull request #818 from googlefonts/drophintsrsheeter3-1/+34
2018-02-26[aat] trak sanitizationEbrahim Byagowi1-1/+1
2018-02-23Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophintsRod Sheeter2-5/+34
2018-02-23[util] Implement ppem/ptem on hb-{shape,view} (#811)Ebrahim Byagowi2-5/+34
2018-02-21[subset] drop hint tables if so flagged. Still need to dump glyf instructions.Rod Sheeter3-4/+4
2018-02-21[subset] add --hinting flagRod Sheeter3-1/+34
2018-02-13[subset] Rename constructor to hb_subset_input_create_or_fail()Behdad Esfahbod1-1/+1
2018-02-13[subset] hb_subset_input_t changesBehdad Esfahbod1-12/+8
2018-02-10More fixesBehdad Esfahbod1-3/+3
2018-02-10[util] Remove use of ssize_t which was failing on MSVCBehdad Esfahbod1-3/+3
2018-02-10[subset] Merge remote-tracking branch 'googlefonts/master'Behdad Esfahbod1-1/+0
2018-02-10[util] Use setlinebuf() if presentBehdad Esfahbod1-2/+10
2018-02-08remove output noiseRod Sheeter1-1/+0
2018-02-08[util] MinorBehdad Esfahbod2-3/+9
2018-02-07[subset] Change hb_subset API to remove hb_subset_face_tBehdad Esfahbod1-5/+7
2018-02-07capture the set of codepoints passed by --unicodesRod Sheeter1-1/+16
2018-02-07Add codepoints to subset input.Garret Rieger1-1/+1
2018-02-06[subset] Fix Windows issue on endlines (#756)Ebrahim Byagowi1-1/+1
2018-02-05ssize_t -> size_tGarret Rieger1-1/+1
2018-02-05Switch to fopen() instead of open() in subset test. open wasn't compiling on ...Garret Rieger1-7/+6
2018-02-05Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is look...Garret Rieger2-3/+2
2018-02-05Wrap unistd.h include in ifdef.Garret Rieger1-0/+2
2018-02-04[subset] Build hb-subset into separate libharfbuzz-subset.soBehdad Esfahbod1-0/+2
2018-02-04[subset] MinorBehdad Esfahbod3-7/+7
2018-02-04Actually call hb_subsetRod Sheeter1-17/+34
2018-02-04Add CMake configuration for all of the new subsetting code.Garret Rieger2-2/+2
2018-02-04Add missing unistd header to hb-subset.Garret Rieger1-0/+2
2018-02-04Re-write hb-subset utility to use main-font-text driver.Garret Rieger2-61/+73
2018-02-04WhitespaceGarret Rieger1-18/+18
2018-02-04tweak test failure output. write to a temp file not stdout. test still fails ...Rod Sheeter1-16/+37
2018-02-04Start to sketch APIs for subsettingRod Sheeter3-0/+68
2018-01-17TypoBehdad Esfahbod1-1/+1
2018-01-11MinorBehdad Esfahbod2-2/+1
2018-01-10[util] Replace setlinebufBehdad Esfahbod1-2/+2
2018-01-10[util] Set stdio files to line bufferingBehdad Esfahbod1-0/+4
2018-01-10Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLESBehdad Esfahbod2-5/+10
2018-01-10[util] Add hb-shape --nedBehdad Esfahbod1-0/+13
2018-01-10Add option to buffer serialization to not output glyph advancesBehdad Esfahbod3-0/+6
2018-01-03[util] Add TODO itemBehdad Esfahbod1-0/+1
2017-12-04[hb-ft] Fix build when Multiple Master font support is disabled in freetypeOlivier Blin1-0/+2
2017-11-20MinorBehdad Esfahbod1-1/+1
2017-10-27Include hb-private.hh more consistentlyBehdad Esfahbod7-22/+19
2017-10-15Use nullptr instead of NULLBehdad Esfahbod9-112/+112
2017-10-15Use static_assert instead of custom ASSERT_STATICBehdad Esfahbod1-1/+2
2017-10-15[util] Include hb-private.hhBehdad Esfahbod1-26/+5
2017-09-09[util] Add a few shorthand forms for commandline optionsBehdad Esfahbod1-5/+5
2017-09-04Fix buffer_diff for empty buffersBehdad Esfahbod1-1/+1
2017-09-01[util] Add --unicodes to hb-view / hb-shapeBehdad Esfahbod1-1/+64
2017-08-30[util] Fix cluster sweeping during --verifyBehdad Esfahbod1-3/+8
2017-08-30[util] When --verify fails, return reconstructed shape resultsBehdad Esfahbod2-6/+4