-
Notifications
You must be signed in to change notification settings - Fork 1
Mac OS 0.4 Display Font #7
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
Comments
Hi Bisonfish.... Well, this one is weird! I'm a MacOS beginner, so I am not really across the font handling and international language stuff, to be honest I've only made a VM of MacOS in English to compile the app for MacOS. Do you have settings in MacOS for your PC in a language other than English? or Multiple? I'd like to fix this, even if it does not support other languages, it should still show a English font. I'll look into this further. |
Hi, The OS contains font/keyboard maps for quite a few languages, but in system prefs/keyboard/inputs you can add anything apart from your home language, meaning if you were using say Arabic you could easily toggle between them in the menu bar. I only have the British keyboard added though. |
Brilliant, thanks for the clues! It does feel like a UTF issue doesn't it, like UTF-8 overflowing. I'll check it out :) |
It looks very much like this open flutter (the framework used) issue: flutter/flutter#57805 |
I've update my flutter framework to the latest version on my MacOS VM (Big Sur 11.6) |
Good news - this works OK on Big Sur 11.6.2. Not so good news - the same problem is still there on 10.11 and 10.12 (that I’ve tested!). So it is OS dependent at least, I guess it uses a font that they don’t have? |
Thanks, is really weird... as I am not even selecting a font, it's the default framework font - which I understand selects the default system font (what ever that is!?) If I knew what a font to select for all MacOS then I could specify that. I'll keep poking around :) |
10.11 and 10.12 - there is a problem, tried installing the new system font SF Pro but still doesn't work. Tried it on Mojave (10.14 I think) and it did work, it also does on Big Sur. Clearly something changes between these OSs in terms of font handling. If you can specify a font then maybe SF Pro would be the one to choose - Lucida Grande is the old system font, but it's possible to install SF Pro as I have. |
Hi,
recently downloaded the Mac version of rnc - it seems to work, as it will detect a node, but the font appears as shown in the attached screenshot. I am running Sierra. Is there something I might need to install to get this displaying correctly?
Thanks!
Andrew.

The text was updated successfully, but these errors were encountered: