Skip to content
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 copy and move constructor for Font #108

Closed
wants to merge 2 commits into from
Closed

Conversation

RobLoach
Copy link
Owner

@RobLoach RobLoach commented Jan 9, 2021

@Raelr I'm not quite sure what's wrong with this implementation. I've added some copy/move constructors and assignments to Font.

Hoping that it would allow moving object assignment into the actual vector. Try out the font examples.... #102

@@ -26,26 +26,87 @@
#define RAYLIB_CPP_INCLUDE_FONT_HPP_

#include <string>
#include <memory>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include <memory>

@RobLoach RobLoach closed this Jan 17, 2021
@RobLoach RobLoach deleted the fontupdates branch April 22, 2022 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant