~alcinnz/harfbuzz-pure

ref: 5cd811b35c2efba244620af2db4de77283fbca78 harfbuzz-pure/Data/Text/Glyphize/Buffer.hs -rw-r--r-- 16.4 KiB
5cd811b3 — Adrian Cochrane 2 years ago
Fix segfault upon too much HarfBuzz concurrency.
6ae7e1b9 — Adrian Cochrane 2 years ago
Fix reentrancy complaints from GHC, attempt to fix segfault.
843f6415 — Adrian Cochrane 2 years ago
Add documentation & corrected type signatures.
5b7beb1f — Adrian Cochrane 2 years ago
Add, test, & fix shaping function.
728c810d — Adrian Cochrane 2 years ago
Fix build linking errors (mostly by upgrading GHC).

I'm now running on this on elementary OS Jolnir.
144c40db — Adrian Cochrane 2 years ago
Try wrapping HarfBuzz C++ functions in C functions for calling convention/linking issues.

Committing so I can try building on a newer OS.
be23e608 — Adrian Cochrane 2 years ago
Draft language bindings to font/face APIs.
90e99e31 — Adrian Cochrane 2 years ago
Expose util functions on scripts & buffers.
afc5608d — Adrian Cochrane 2 years ago
Correction: buffer's codepoints are all Chars.
4674b43a — Adrian Cochrane 2 years ago
Reimplement parts of Harfbuzz where that's easier than writing a binding.

Removed a note where that turned out not to be the case.
7aae895f — Adrian Cochrane 2 years ago
Integrate guessing chars, document properties, expose default property values.
f2772de8 — Adrian Cochrane 2 years ago
Implement conversion from functional Buffers to imperative Buffers.
2e079971 — Adrian Cochrane 2 years ago
Draft pure-functional Harfbuzz API.