You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
nicbarker
changed the title
Minor: measure text function taking a pointer is redundant
[Core] Minor: measure text function taking a pointer is redundant
Dec 25, 2024
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: