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

Ensure font bytebuffer stays resident #73

Open
wedesoft opened this issue Jun 4, 2024 · 0 comments
Open

Ensure font bytebuffer stays resident #73

wedesoft opened this issue Jun 4, 2024 · 0 comments

Comments

@wedesoft
Copy link
Owner

wedesoft commented Jun 4, 2024

You need to ensure that the ByteBuffer passed to stbtt_InitFont is not garbage collected (or not freed when using explicit memory management APIs) while the font is in active use. This is a common mistake when dealing with stb_truetype.

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

No branches or pull requests

1 participant