- 18 10月, 2017 4 次提交
-
-
由 Chun-wei Fan 提交于
Include the fallback sources in the build, and update src/Makefile.sources so that it can be read by the CMake build files. Fix a typo in the DirectWrite configure option so that we can properly enable DirectWrite builds. Also, when building the utility program, install them as well.
-
由 Fredrik Roubert 提交于
The new unorm2_normalize has been public API since ICU 4.4, while the old unorm_normalize has been deprecated since ICU 56. Now, beginning with ICU 60, unorm_normalize will also be annotated U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.
-
由 Behdad Esfahbod 提交于
c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327: 'hb_set_t::page_t::v': is not a type name, static, or enumerator [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
-
由 Behdad Esfahbod 提交于
error: static_assert expression is not an integral constant expression
-
- 16 10月, 2017 13 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes clang "non-const reference cannot bind to vector element" error.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 10月, 2017 11 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also fix hb_assert_constant_t.
-
由 Behdad Esfahbod 提交于
We might want to tweak this some more. For now, never skipping over it is better behavior than always skipping. Part of https://github.com/behdad/harfbuzz/issues/554
-
- 13 10月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
CoreText "point"s are not typographic points, but CSS pixels. Ie. they are 96 per inch, not 72 per inch.
-
- 12 10月, 2017 6 次提交
-
-
-
由 n8willis 提交于
* Clarified wording of syllable/cluster behavior in Uniscribe in final_reordering; changed one other probable typo. * Additional syllable/cluster swap in comments for final reordering and for initial-reordering matra decomposition.
-
由 Behdad Esfahbod 提交于
-
由 Dominik Röttsches 提交于
Another attempt at fully fixing https://github.com/behdad/harfbuzz/issues/360
-
由 Behdad Esfahbod 提交于
Fixes bots. Link libharfbuzz.so with -lm. Surprising that we survived without it so far!
-
由 Behdad Esfahbod 提交于
When the font size or variations settings on underlying FT_Face change, one can call hb_ft_font_changed() and continue using hb_font created using hb_ft_font_create(). Fixes https://github.com/behdad/harfbuzz/issues/559 New API: hb_ft_font_changed()
-
- 11 10月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
New API: hb_face_get_table_tags() Fixes https://github.com/behdad/harfbuzz/issues/560
-
-
由 Behdad Esfahbod 提交于
-