- 11 1月, 2018 12 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also adds an update.sh script that does this automatically.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
To be improved later.
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
This fixes the build on Cygwin.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 10 1月, 2018 28 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
So we can stream lines to hb-shape and read output.
-
由 Behdad Esfahbod 提交于
From old 'mort' table.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Khaled Hosny 提交于
Add the note about absolute glyph positions from the commit message.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Hoping to reduce rounding error, to make tests happier... No luck.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Hoping this would fix remaining text-rendering-tests failures, but so far no luck.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Making cmake happy this time.
-
由 Behdad Esfahbod 提交于
Ouch, make!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 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 提交于
Six more passing. Twelve failing now.
-
由 Behdad Esfahbod 提交于
Such a headache that Windows defines UINT8, ...; Just prefix it.
-
由 Behdad Esfahbod 提交于
c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51): error C2872: 'UINT16': ambiguous symbol [C:\projects\harfbuzz\build\harfbuzz.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be 'unsigned short UINT16' c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or 'OT::UINT16'
-
由 Behdad Esfahbod 提交于
So I can merge this to master...
-
由 Behdad Esfahbod 提交于
For not displaying extra data: no clusters, no advance. Just data pertaining to where glyphs end up on the screen.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 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
-