We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clay's text measuring callback is defined to take a pointer to Clay_String, which seems redundant because Clay_String is already a pointer.
Clay_String
I may be wrong but it looks like the rest of the codebase takes Clay_String directly, besides some things that are downstream of MeasureText.
The text was updated successfully, but these errors were encountered:
Yes, I'd say you're probably right. It will be a breaking change at this point though, so I'll have to do it soon if it were to change 😅
Sorry, something went wrong.
Imo it's a new library, you should just make breaking changes for the first few versions, and focus on nailing all this stuff in the short term.
No branches or pull requests
Clay's text measuring callback is defined to take a pointer to
Clay_String
, which seems redundant because Clay_String is already a pointer.I may be wrong but it looks like the rest of the codebase takes Clay_String directly, besides some things that are downstream of MeasureText.
The text was updated successfully, but these errors were encountered: