- 18 6月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
As https://github.com/harfbuzz/harfbuzz/pull/1059#issuecomment-397912812 we like to still work with blobs that harfbuzz itself can't handle directly that are failing sanitization currently apparently.
-
- 17 6月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
This checks if the blob isn't empty and uses `hb_face_count` to see if the font file passes the simple font file sanitization so can detect if the input is actually a font and checks also whether input font-index is out of range.
-
由 Ebrahim Byagowi 提交于
We were passing the font path directly to freetype so rendering was broken when we are getting the font from stdin. This fixes it by using FT_New_Memory_Face instead. This fixes: * build/util/hb-view /dev/stdin text < font.ttf * build/util/hb-view - text < font.ttf * cat font.ttf | build/util/hb-view - text but doesn't work on * cat font.ttf | build/util/hb-view /dev/stdin text which I will try to fix separately.
-
- 13 6月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes https://github.com/harfbuzz/harfbuzz/issues/864 Unfortunately 1.7.7 and 1.8.0 went out with the wrong hb-version.h contents.
-
由 Behdad Esfahbod 提交于
Just include hb-static.cc in libharfbuzz-subset.so source list as well. Those building it built-in will include hb-static.cc once already. No need for any gymnastics.
-
- 12 6月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Jonathan Kew 提交于
-
由 Jonathan Kew 提交于
Fixes #1054.
-
- 11 6月, 2018 2 次提交
- 10 6月, 2018 1 次提交
-
-
由 prrace 提交于
-
- 09 6月, 2018 6 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 07 6月, 2018 7 次提交
-
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
New API: +hb_set_is_subset()
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
This was causing problem on systems without visibility when map was used from both libharfbuzz and libharfbuzz-subset. Sigh. https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/1.0.1669/job/dey47nmff0770vp3
-
由 David Corbett 提交于
Consonant_Initial_Postfixed was split off of Consonant_Succeeding_Repha, so it should correspond to the same USE class, CONS_FINAL.
-
- 06 6月, 2018 8 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
UCDN is not updated yet.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Test suite results are unchanged (34).
-
由 Ebrahim Byagowi 提交于
I should've rebased #1002 before the merge, my bad
-
- 05 6月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
Simply, it returns the number of faces on a font blob. To be used on hb-sanitizer tool but other clients also can benefit from it.
-
由 Behdad Esfahbod 提交于
Apparently this changed between Win 7 and Win 10. Fixes https://github.com/harfbuzz/harfbuzz/issues/967 To be continued in https://github.com/harfbuzz/harfbuzz/issues/1044
-