-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Game text display #18877
Comments
Doesn't work for me on desktop too. I suspect that's related to the fact that we're falling back to device fonts when no embedded font is found (the font here is embedded). I doubt it's web-related, we just somehow don't manage to display the embedded font from the SWF. |
Alright, so upon further testing it seems that it's a bug on desktop that the text is showing at all. Flash Player does not show the text, which makes sense because the text shouldn't be rendered when the embedded font is missing, and in this case it is. The text requires the font I suspect the SWF is broken or is was meant to be used as a part of something bigger. Can you verify whether the text is not shown using Flash Player for you too? (to make sure it's not locale- or device-font-related) |
We repaired the swf file, Embedding bold text,but the text in this code still cannot be displayed correctly web(Unable to display text in code) The desktop version is already compatible with Chinese character references. I hope the web version will be compatible. |
RumbleBugs - cn-s.swf.zip |
The text you're referring to requires device fonts to work ( Of course the text shows for me in Flash Player, and it's a bug that it does not show in Ruffle. |
Describe the bug
Ruffle desktop version text displays normal, but web version does not display
window:
web:
Expected behavior
The web also displays text normally like a window
Content Location
RumbleBugs - cn.swf.zip
Affected platform
Browser's extension
Operating system
window11
Browser
chrome 131.0.6778.87
Additional information
No response
The text was updated successfully, but these errors were encountered: