Behdad Esfahbod
Behdad Esfahbod
One issue I can think of is that the `hdmx` numbers are designed for the font when hinting is enabled. That's problematic for renderers that don't do hinting. I suppose...
I haven't forgotten this. Can you produce a font with hdmx? I'll then try to implement it. Thanks.
Yeah it's a tough one. We can implement the table and add API to take a shaped buffer and return a bool. Matthias had this idea that if the table...
> Yeah it's a tough one. We can implement the table and add API to take a shaped buffer and return a bool. Matthias had this idea that if the...
Always using an off-screen for translucent text might be best.
I'm very uncomfortable exposing this in the buffer serialization, for various reasons. However, I'm open to adding buffer messages to `ligate_input` function..
I haven't forgotten this. Let me think more. Is really hard to expose these without leaking a lot of internal details.
> Inspired by this discussion, I think I learnt about a Pango limitation: language setting is ignored if the script is not one of what it considers language scripts. Sure....
@qxliu76 Is this something you can look into?
Reproduces for me on Linux as well. I have no idea either.