- 15 10月, 2017 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also fix hb_assert_constant_t.
-
由 Behdad Esfahbod 提交于
Simplifies compatibility issues by centralizing all boilerplate code in hb-private.hh.
-
由 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 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 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 10 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
由 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.
-
由 ebraminio 提交于
-
由 Behdad Esfahbod 提交于
-
由 Dominik Röttsches 提交于
Another attempt at fully fixing https://github.com/behdad/harfbuzz/issues/360
-
由 Khaled Hosny 提交于
Instead of searching for freetype using pkg-config, use the FindFreetype feature of CMake. This allows for better integration with other projects that make use of CMake. Fixes https://github.com/behdad/harfbuzz/issues/518
-
由 Behdad Esfahbod 提交于
Fixes bots. Link libharfbuzz.so with -lm. Surprising that we survived without it so far!
-
由 ebraminio 提交于
-
由 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 19 次提交
-
-
由 Behdad Esfahbod 提交于
New API: hb_face_get_table_tags() Fixes https://github.com/behdad/harfbuzz/issues/560
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
SFNSText has kerx table which apparently is applied.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Should fix https://github.com/behdad/harfbuzz/issues/360
-
由 Dominik Röttsches 提交于
Attempt at fixing #360
-
由 Dominik Röttsches 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Towards implementing optical sizing. Untested; won't compile. https://github.com/behdad/harfbuzz/issues/360
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Turns out I don't need this to resolve CoreText optical sizing issue after all. https://github.com/behdad/harfbuzz/issues/360
-
由 Behdad Esfahbod 提交于
New API: hb_font_set_ptem() hb_font_get_ptem() Needed for hb-coretext optical sizing: https://github.com/behdad/harfbuzz/issues/360
-