René Dudfield

Results 648 comments of René Dudfield

> So I suppose you mean that in set_cursor we would autocomplete "wait" or "ibeam" or all the other cases. Indeed. - `set_cursor("a` -> `["arrow"]` - `set_cursor("s` -> `["size_nwse", "size_we",...

Something to consider is that repr is used in notebooks/doctests, so changing it is a breaking change. There are newer guidelines for what repr is supposed to do. I think...

pygame would need a "XRGB" here that would give an RGB surface? Because reasons: - the alpha part can be ignored - RGB data is already modified based on the...

In SDL 2 setting the masks is not allowed on Surfaces. Previously this issue could have been handled with a Surface.set_mask call. In pygame 2 set_mask doesn't work. We may...

Starbuck5 covered most of it. The other parts are that we now only support python 3.6 and up, and what is left of the old buffer code is planned to...

Ah ok. So it seems the patch on the libsdl bugzilla for SDL_ttf (posted in 2015) is for using HarfBuzz. I haven't looked at the patch, but it seems getting...

@peanutbutterandcrackers Please respect that people have other things going on, and this is a volunteer project. If no one is able to answer right away it's usually because they don't...

Hi, No worries. I understand the feature is important for you(And others!). The issue is reported, but really the next step is figuring out the best way to get it...

I left a note about this issue in the [stackoverflow post](https://stackoverflow.com/questions/44254171/devanagari-text-rendering-improperly-in-pygame) about this issue.