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
The NK_INCLUDE_FONT_BAKING macro enforces the implementation of the rectpack/truetype libraries:
NK_INCLUDE_FONT_BAKING
#ifdef NK_INCLUDE_FONT_BAKING #define STB_RECT_PACK_IMPLEMENTATION #define STB_TRUETYPE_IMPLEMENTATION
I have those implemented elsewhere in a project, so this is causing a multiple definition problem.
The text was updated successfully, but these errors were encountered:
I'm not sure if this would completely fix the problem, as the headers are still included: #578
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
NK_INCLUDE_FONT_BAKING
macro enforces the implementation of the rectpack/truetype libraries:I have those implemented elsewhere in a project, so this is causing a multiple definition problem.
The text was updated successfully, but these errors were encountered: