- 05 2月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
At any position, if state is not zero, mark unsafe-to-break before, unless we can reason it safe. At any position, if there's an action entry for end-of-text, mark unsafe to break. Also changes buffer diff impl to allow for flag differences as long as the buffer glyph flags are superset of reference glyph flags. With this, all MORX tests pass.
-
由 Behdad Esfahbod 提交于
See comment. With this, MORX-20 passes if I turn --verify off. Our unsafe-to-break logic is currently broken in presence of end-of-text actions. That's, ugh, extra work to fix. Let me try...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes MORX-21.
-
由 Behdad Esfahbod 提交于
Fixes MORX-18, MORX-19, and MORX-22.
-
- 20 1月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We form the Zapfino ligature now. Yay! No further testing done.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 1月, 2018 12 次提交
-
-
由 Behdad Esfahbod 提交于
I hate it that with my compiler at least, it doesn't catch totally uncompilable statements in templates if they are not used...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not sure why only one of the bots sees this as visible...
-
由 Behdad Esfahbod 提交于
Maybe I should disable C++11 detection such that my compiler also catches these. Doesn't look like we can switch to it for a while anyway...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
It's dead, Jim!
-
由 Behdad Esfahbod 提交于
Apparently CoreText does allow these. To be done: detect infinite loops. Fixes MORX-12 test.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Don't know why this is not caught by my compiler. Looks like clang catches it while gcc doesn't. In file included from ../src/hb-aat-layout-morx-table.hh:31: ../src/hb-aat-layout-common-private.hh:523:30: error: no member named 'static_size' in 'AAT::ContextualSubtable<AAT::MorxTypes>::EntryData' DEFINE_SIZE_STATIC (4 + T::static_size); ~~~^
-
- 11 1月, 2018 9 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes MORX-11 test.
-
由 Behdad Esfahbod 提交于
Tested with Zapfino and text "2nd". Sascha will create tests later.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Passes MORX-10 test now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Neato.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
To be improved later.
-
由 Behdad Esfahbod 提交于
-
- 10 1月, 2018 6 次提交
-
-
由 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 提交于
Also makes hb-ot-shape call morx for now instead of GSUB... Just for testing.
-
由 Behdad Esfahbod 提交于
Untested, but compiles.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-