-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
[TextServer] Make sure Freetype is enabled for ot-svg #74556
[TextServer] Make sure Freetype is enabled for ot-svg #74556
Conversation
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.
The same should be done in the text_server_fb
module (it's disabled by default).
Oh didn't see it was in that too, will add it |
This comment was marked as outdated.
This comment was marked as outdated.
ed253a8
to
eb09b36
Compare
eb09b36
to
3a5d7a4
Compare
@AThousandShips Does this close #74546 completely now? (my PR for the icons was merged already) |
Thanks! |
It looks like there's still a bug without the advanced server giving no text, but think that might be a duplicate |
Thank you! |
It's not a bug, text server is what's loading fonts and rendering text, so if none is enabled (neither |
Then we can close it |
Disabling Freetype but not SVG causes text_server_adv/_fb to fail to compile due to incorrect module detection, as ot-svg requires both.
Issue #74546 (this is not the only problem in that so not "fixed" necessarily)