- 01 7月, 2019 1 次提交
-
-
由 Carlo Bramini 提交于
I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found. This happened because the filesystem is case sensitive and for this reason that include file was not found. The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized: https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/ I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case. So, in my opinion it should be better to change this.
-
- 30 6月, 2019 1 次提交
-
-
由 Carlo Bramini 提交于
Also checks if DWriteCreateFactory() has been executed successfully.
-
- 29 6月, 2019 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 27 6月, 2019 17 次提交
-
-
-
由 Behdad Esfahbod 提交于
It makes sense to disable this code these if editing is not needed. However, this is also necessary to correctly display emoji sequences in right-to-left direction. For that reason, don't auto-disable it.
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
Don't know who would want when why. But makes sense to have.
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 26 6月, 2019 6 次提交
-
-
-
由 David Corbett 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
moved has () to hb_bimap_t from hb_inc_bimap_t moved identity () to hb_inc_bimap_t removed forward()
-
由 Michiharu Ariza 提交于
-
由 David Corbett 提交于
-
- 25 6月, 2019 6 次提交
-
-
由 David Corbett 提交于
-
由 Ebrahim Byagowi 提交于
-
由 GaryQian 提交于
-
由 Behdad Esfahbod 提交于
Saves another 2.5kb. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
-
由 Qunxin Liu 提交于
-
- 23 6月, 2019 1 次提交
-
-
由 James Hilliard 提交于
-
- 22 6月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
Saves another 12kb: $ python ./gen-ucd-table.py ucd.nounihan.grouped.zip > hb-ucd-table.hh && make -j5 CPPFLAGS='-Os -DHB_TINY' -C ~/hb/build/src/ && size ~/hb/build/src/.libs/libharfbuzz_la-hb-ucd.o INFO: Loading UCDXML... INFO: Preparing data tables... INFO: Generating output... INFO: Compression=1: INFO: Dataset=gc FullCost=18612 INFO: Dataset=ccc FullCost=3550 INFO: Dataset=bmg FullCost=1548 INFO: Dataset=sc FullCost=17765 INFO: Dataset=dm FullCost=13325 INFO: Compression=3: INFO: Dataset=gc FullCost=10726 INFO: Dataset=ccc FullCost=2389 INFO: Dataset=bmg FullCost=1052 INFO: Dataset=sc FullCost=13669 INFO: Dataset=dm FullCost=7780 INFO: Compression=5: INFO: Dataset=gc FullCost=8274 INFO: Dataset=ccc FullCost=2055 INFO: Dataset=bmg FullCost=908 INFO: Dataset=sc FullCost=4073 INFO: Dataset=dm FullCost=7780 INFO: Done. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-