On Fri Apr 17 13:46:31 2026 +0000, Arie Miller wrote:
I've finished writing a new test, it now uses the recommended font, I tested this on my system wine where it correctly fails. ``` font.c:4267: Test failed: Expected tmExternalLeading 0, got 3 ``` With wine build from this branch there is no output, as expected. I did not retest Windows. Let me know if there's anything I missed because this test was mostly made just from copying existing tests to get to the minimal implementation, so it's likely I overlooked something that is needed. Could you use a font you generated with [Wine FontForge](https://gitlab.winehq.org/wine/fontforge) instead of f.k Kikai Chokoku font? For example, we test the vertical writing feature in the `test_vertical_font` function using [`vertical.ttf`](https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/gdi32/tests/vertical....), which is generated from [`vertical.sfd`](https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/gdi32/tests/vertical....).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10603#note_136755