Merge branch 'master' into cff-subset
authorMichiharu Ariza <ariza@adobe.com>
Sat, 6 Oct 2018 21:49:44 +0000 (14:49 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Sat, 6 Oct 2018 21:49:44 +0000 (14:49 -0700)
commit55942ad5c1ee999c9f590b8cc8fbde12e937aa6f
treee7cf238e76e17815af22be876366aa1c7e1c8f9a
parente7a045e4db39e037badcab0ad1239c0cb56c1170
Merge branch 'master' into cff-subset
33 files changed:
TODO
configure.ac
src/hb-aat-layout-common.hh
src/hb-aat-layout-morx-table.hh
src/hb-aat-layout.cc
src/hb-aat-layout.hh
src/hb-face.cc
src/hb-machinery.hh
src/hb-ot-cmap-table.hh
src/hb-ot-post-table.hh
src/hb-ot-shape.cc
src/hb-ot-shape.hh
src/hb-set.hh
src/hb-subset.cc
src/hb-vector.hh
test/shaping/data/text-rendering-tests/DISABLED
test/shaping/data/text-rendering-tests/Makefile.sources
test/shaping/data/text-rendering-tests/extract-tests.py
test/shaping/data/text-rendering-tests/fonts/TestGSUBThree.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/fonts/TestMORXThirtyfive.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/fonts/TestMORXThirtyfour.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/fonts/TestMORXThirtysix.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/fonts/TestMORXThirtythree.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/fonts/TestMORXTwentyfour.ttf [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/GSUB-3.tests [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/MORX-24.tests [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/MORX-32.tests
test/shaping/data/text-rendering-tests/tests/MORX-33.tests [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/MORX-34.tests [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/MORX-35.tests [new file with mode: 0644]
test/shaping/data/text-rendering-tests/tests/MORX-36.tests [new file with mode: 0644]
test/shaping/run-tests.py
util/view-cairo.hh