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

Emoji rendering size issue #363

Open
Cheaterman opened this issue Jun 20, 2024 · 0 comments
Open

Emoji rendering size issue #363

Cheaterman opened this issue Jun 20, 2024 · 0 comments

Comments

@Cheaterman
Copy link

Rebuilding SDL_ttf with FT_DISABLE_PNG=off does somewhat work to render emojis from bitmap fonts (eg NotoColorEmoji), we're getting color emoji support (see here), the problem is that said emoji can't be scaled (in NotoColorEmoji for example, we're stuck to size 109, see this for more info) and so users get strange font size mismatches (see here).

I have no idea how to make this work properly (I assume we need to call relevant Freetype APIs, AIUI they got solid support since 2.5, possibly using these functions), but I'm putting this issue here so that we keep it in mind.

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