-
Notifications
You must be signed in to change notification settings - Fork 106
Add Text class #184
New issue
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
Add Text class #184
Conversation
Add Text class Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
RobLoach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great! Love the idea of having some Text-specific functions in here. Could likely build upon it afterwards for some of the text manip functions too. Thanks so much!
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
|
Updated the PR over at bensuperpc#1 |
Add text_font_filters example
|
There are new warnings that have appeared: https://github.com/RobLoach/raylib-cpp/runs/6449081713?check_suite_focus=true#step:5:128 Doesn't seem to matter in this case, in other cases, it can be a problem (ex if Text::font depends on Text::color), after that makes the other warnings less readable :/ |
Add Text class
Signed-off-by: Bensuperpc bensuperpc@gmail.com