- 30 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
From clang -Weverything bot: ./options.hh:57:8: warning: 'option_group_t' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor] struct option_group_t ^
-
- 11 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Useful for performance testing. Not hooked to cairo yet. Just changes shaping, not rasterization.
-
- 26 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
- 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 1 次提交
-
-
由 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.
-
- 20 4月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 26 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 23 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 22 2月, 2018 2 次提交
-
-
由 Rod Sheeter 提交于
-
由 Rod Sheeter 提交于
-
- 09 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 1月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
New API: HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES hb-shape / hb-view --remove-default-ignorables One more text-rendering-tests test passing. Eleven failing.
-
由 Behdad Esfahbod 提交于
When advances are not printed, glyph offsets reflect absolute glyph positions. New API: HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES hb-shape --no-advances
-
- 27 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Part of fixing https://github.com/behdad/harfbuzz/issues/585
-
- 15 10月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Simplifies compatibility issues by centralizing all boilerplate code in hb-private.hh.
-
- 05 9月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
If buffers are empty, content type should be ignored. This fixes last of the failing tests: fuzzed.tests. Green again!
-
- 31 8月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
If *I* get this wrong in 2017, I have no idea how others get their head around cluster math... Fixes tests/arabic-fallback-shaping.tests
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not returned. Abused a value of -1 for that. hb-shape now uses it. Fixes two of the six tests failing with --verify in test/shaping/run-tests.sh.
-
- 16 8月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 8月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 8月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
We break and shape fragments and reconstruct shape result from them. Remains to compare to original buffer. Going to add some buffer comparison API and use here, instead of open-coding.
-
由 Behdad Esfahbod 提交于
Right now it checks for monotone cluster values. Other checks to be added.
-
- 11 8月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not all shapers code is updated to set this properly. GSUB and Arabic shaper are updated. GPOS and other shapers are NOT. Fixes https://github.com/behdad/harfbuzz/issues/224
-
- 20 7月, 2017 1 次提交
-
-
- 19 7月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Before, that was printed using --debug (and in both hb-shape and hb-view). Changed it, now hb-shape has a new command-line argument called --show-messages. When invoked, it also respects other output formatting options. The messages are better formatted and printed to te same place that hb-shape output is directed to. Previously they were written to stderr. Fixes https://github.com/behdad/harfbuzz/issues/506
-
- 22 1月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Is hooked up to the font, but not to FreeType, so raster doesn't show yet. Documentation needs to be done.
-
- 16 11月, 2015 1 次提交
-
-
由 Chun-wei Fan 提交于
Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used in the utility programs. Add fallback implementations for these, which can be used when necessary.
-
- 11 11月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 11月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS hb-shape now accepts --show-extents. Patch from Simon Cozens.
-
- 22 7月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
TODO: Documentation. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
-
- 21 1月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also makes hb-view to use 8 bits of subpixel precision and shape at requested size, instead of always shaping at upem and scaling results.
-
- 06 7月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Supports ft and ot right now. hb-view currently not rendering with ot. Will fix after some clean up.
-
- 05 7月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 3月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 28 10月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Avoids "deprecated" warnings.
-