Manuel Unterhofer
Manuel Unterhofer
The multiple children problem is a real one - one we should definitely think through thoroughly. Concerning option 1, only allowing a single child: I'm not sure if that would...
This is a very relevant summary of the issues we currently have within react itself around element composition and interaction between the elements. https://gist.github.com/ryanflorence/10e9387f633f9d2e6f444a9bddaabf6e Some of them also apply to...
That or take the name of the config argument literally and couple it to this behavior
@adrian5 I'm assuming you're also running this on Linux? Can you please share your system-wide fontconfig? On Arch, for example, this would be done as explained [here](https://wiki.archlinux.org/index.php/Font_configuration#Fontconfig_configuration). If this is...
Great, thanks for the information! This is in line with what I expected: your system, like many modern Linux distros, uses slight hinting. Unfortunately, we don't correctly forward that setting...
I'll draft something up in the direction of what I suggested inside https://github.com/revery-ui/reason-font-manager
I found out a few other points regarding what you reported about Terminus, @mcallistertyler95: querying my own fontconfig with `fc-match` on my Manjaro setup yielded the following output: ``` 09:45:12...
I made a bit of progress here. It looks like if we want to support embedded bitmaps in fonts on Linux systems, we will need to query fontconfig once for...
That's right, @bryphe! I think the main issue mentioned in the issue title should be fixed once we use that new revery version. Would probably be good to verify that...
Wow, thanks for the detailed explanation, @p4block ! I'm not entirely sure if @mcallistertyler95 had the same issue though, since he reported that other applications were rendering terminus sharply already....