You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter some strange issue with the ttf font example. As long as I don't compile it myself, it's fine, but after recompile it with the build-all.bat, I end up with a distorded text like that:
I was thinking that it was an issue in the last version of emscripten and tried several builds with different versions but the problem keep showing up.
The issue appear on 2 differents computers (both on windows 11), on edge, firefox and chrome.
I tried changing the font for some other one and the problem is the same.
In the other hand, the txf font example seems to display properly.
Do you have any idea of what's appening?
The text was updated successfully, but these errors were encountered:
I could make it work properly by downgrade embeded sdl_ttf in emscripten, the issue seems to be on their side or, maybe in the 2.20.2 release of sdl_ttf.
I Opened an issue on emscripten repository, lets wait for a response on the subject : emscripten-core/emscripten#19547
Hi,
Thank you for these great examples!
I encounter some strange issue with the ttf font example. As long as I don't compile it myself, it's fine, but after recompile it with the build-all.bat, I end up with a distorded text like that:
![image](https://private-user-images.githubusercontent.com/13109784/243385875-bc843d38-86cf-446b-8f10-5a4868f9c024.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzEwMTgsIm5iZiI6MTczODkzMDcxOCwicGF0aCI6Ii8xMzEwOTc4NC8yNDMzODU4NzUtYmM4NDNkMzgtODZjZi00NDZiLThmMTAtNWE0ODY4ZjljMDI0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEyMTgzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxMDk3YTUzYmZhY2JkZjc3MWM1Y2M3NGI4MjgwMmNmMWM4MzQxMGU0ZDNiNDA0MDU5MGEwZmU5MjYzMmI4ZTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yeYaBCA0XOjEJuxVJd8Yj8N_7e-1LgpDZKTRjHUemBc)
I was thinking that it was an issue in the last version of emscripten and tried several builds with different versions but the problem keep showing up.
The issue appear on 2 differents computers (both on windows 11), on edge, firefox and chrome.
I tried changing the font for some other one and the problem is the same.
In the other hand, the txf font example seems to display properly.
Do you have any idea of what's appening?
The text was updated successfully, but these errors were encountered: