Sascha Brawer
Sascha Brawer
Allsorts 0.14.0 does not seem to implement `cmap` type 14. Failing test case: https://rawgit.com/unicode-org/text-rendering-tests/master/reports/Allsorts.html#CMAP-1 Test suite: https://github.com/unicode-org/text-rendering-tests
Allsorts 0.14.0 does not seem to implement the OpenType Universal Shaping Engine. Or maybe there is an implementation, but it has bugs. Test suite: https://github.com/unicode-org/text-rendering-tests Failing test case: https://rawgit.com/unicode-org/text-rendering-tests/master/reports/Allsorts.html#SHBALI-1 The...
feaLib currently sorts GSUB glyph alternates by glyph order. We should figure out what exactly makeotf does, and emulate that behavior.
This fixes 39 C++ compiler warnings when building SheenFigure with Apple clang 15.0.0. For example, after this change, the following warning does not get emitted anymore: ``` Compiling C++ object...
This fixes 74 C++ compiler warnings when building SheenFigure with Apple clang 15.0.0. For example, after this change, the following warning does not get emitted anymore: ``` Compiling C++ object...
This fixes the following warning when compiling with Apple clang 15.0.0: ``` Compiling C++ object libparser.dylib.p/Tools_Parser_ArabicShaping.cpp.o ../Tools/Parser/ArabicShaping.cpp:37:5: warning: field 'm_offsets' will be initialized after field 'm_firstCodePoint' [-Wreorder-ctor] m_offsets(0x200000), ^~~~~~~~~~~~~~~~~~~ m_lastCodePoint(0)...
On my machine, which runs on macOS X 14.0 with Apple clang version 15.0.0, the tests can be built successfully. However, sheenfigure_tester segfaults, so the unit tests are failing. To...
Sample word (from [Unilex](https://github.com/unicode-org/unilex/tree/master/data/pronunciation)): ʔa.biː.tuː.ʁiːˈɛn.tɪ.nən
If this kind of submission works for you, I would send a series of patches (or perhaps one big patch, as you prefer) for other glyphs that would be useful...
It would be nice if QRank were to run the PageRank algorithm on the link graph in Wikipedia and sister projects. Something like https://github.com/athalhammer/danker but less resource-hungry, so it can...