Simon Hausmann

Results 390 comments of Simon Hausmann

Ok, the mystery remains :-). Next thing on the list of things to try: Does `cargo tree -e features` show the png feature in the image crate? (Feel free to...

No problem :). Good luck with school!

The GL backend renders text through femtovg, which does deploy anti-aliasing when rendering the glyph outlines. It's possible that there is a bug somewhere that causes this to either not...

Thanks for the quick response :) For comparison, this is how it looks like for me in the online editor. I think that's quite decent: https://user-images.githubusercontent.com/1486/172408351-340eb608-057d-4813-8179-9c5f2fe6252b.mov Could you show a...

The default font on Windows will be Arial. Selecting the font family is supposed to work though (not in the online editor though).

You're right, `source-clip-width` defaulting to `source.width - source-clip-x` makes sense. I also agree that `0` as `source-clip-width` should make the image invisible. That requires the above default though. And indeed,...

I pushed a WIP - see linked commit/branch. The Qt implementation is missing, which is a bit of work, but quite doable I think. In C++ we can get the...

It is possible, but it's a little tricky. Suppose you have `MyWindow1 := Window { ... }` and `MyWindow2 := Window { ... }` and want to show them. To...

Hi! Which operating system and windowing system are you using?