Ray
Ray
@jdeokkim @UradaSources It seems those changes are not merged yet but I reopen this issue to keep track of it.
@daipom Wow! The example is very impressive! Congratulations! Thank you very much for working on this issue, this is an amazing improvement. Feel free to send a PR when ready...
@jmorel33 Feel free to open a PR in draft, also useful for further discussion about this feature.
@tromero Supporting kerning-pairs implies redesigning `Font` structure with all of its consequences, also increasing the complexity and cost of the drawing function to check all kerning pairs on every text...
I'm closing this issue as out of scope for now. Just as a side note, raylib already considers the `advanceX` parameter for positioning characters one next to the other, despite...
@SirNate0 @Anut-py Latest `raygui 4.0` release was a big redesign of the library moving all controls data from return values to function parameters and return values were left for internal...
@furudbat Thanks for the review! Actually, I would like to find a consistent convention between all controls in that regards. For example: ```c typedef enum GuiControlResult { RESULT_NONE = 0,...
Opened a separate issue to review.
@Ryanc13 Hi! Excuse the late response! What is the state of this PR?
This could be a bit tricky, actually it is difficult to implement it in an immediate mode UI, it would require some kind of static variable registering where the press...