Yatao Li
Yatao Li
I think it's the same behavior as that `set guifont=Iosevka\ Bold:h16` doesn't work either.. Wondering how to correctly interpret the name with Skia/Harfbuzz
@Gillibald thanks! Could you share some more information on where to change this kind of configuration? I see there's weight config, slant config, but "Extended" is not any of these.
Also, VF support would be awesome to have.
So if I understand correctly: - Use hb_ot_var_get_axis_infos to pull the name ids. - Use something like hb_ot_name_get_utf8 to retrieve the textual font face name - Then use the high...
Got it! Didn't understand that variation axis and sub families are two different concepts. :) Thanks!
Something like this would be cool -- also API for resizing window, or even moving multiple instances into a favourable layout.
upstream issue: https://github.com/neovim/neovim/issues/7151
Reporting in: it totally fixed the problem, thanks!!! In particular I should mention: it fixed the problem when dragging across two monitors with different DPI, there was a problematic feedback...
Hi! FYI I just tried to build and run it on a clockworkpi A06 (rk3399) and it requires GL 3.3 which the device does not support. It does not fall...
Hi, I've been running (an older clone of) this branch on ArchLinux arm64 for a while and it works great! However, when I build this for win32, sixel doesn't show...