Rodrigo Rivas Costa
Rodrigo Rivas Costa
I am updating my Rust bindings and backend ([easy-imgui-rs](https://github.com/rodrigorc/easy-imgui-rs/tree/imgui_dynamic_fonts)) and it goes pretty well. However I have some issues with CustomRects, that I think are reproducible in C++ too. 1....
Hi again! I have additional feedback. (1). This works now, thanks! (2). A function to remove a rect would be nice although I don't really need it yet. But as...
> ... can you share more about about your confusion/assumption on those types... Sure... Well, I think I actually understand them, but I keep on re-reading my notes... After some...
Hello @ocornut! When using a `AddCustomRectRegular()` with a non-square image, I get the end picture all squashed and with random pixels in the bottom. I have traced the issue back...
Hello @ocornut. I've been pondering for a while about that `TextureRef` and why it has a pointer inside, when I don't see it necessary... and I think that I understand...
> This is actually correct ;) but only because you used GetCustomRect() which is a harmless getter. Ah, I assumed `GetCustomRect()` did some copy behind the scenes and that is...
This new API with the comments are great, thanks. I assume the same caveat applies to `ImFontGlyph`, although the comment still refers to `GetCustomRectUV()`. But this line doesn't say all...
Hi @ocornut, I've rewritten my text baking code with atlas invalidation detection and it works great! The check for re-baking is easy: if any of the baked `UniqueId` textures doesn't...
> > I'm aware that modal windows are not a priority > > Not sure where you got that from :) I admit they brought more problems that I would...
Created #7654 for the that unrelated modal issue.