Skip to content

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

Open
bisonfish opened this issue Feb 1, 2022 · 8 comments
Open

Mac OS 0.4 Display Font #7

bisonfish opened this issue Feb 1, 2022 · 8 comments

Comments

@bisonfish
Copy link

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.
rnc

@hippyau
Copy link
Owner

hippyau commented Feb 4, 2022

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.

@bisonfish
Copy link
Author

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.
I have seen characters like this before when copying something from Pages say, that has smart quote marks, into HTML, and they get rendered like this, something to do with UTF-8 support?
If there's anything you want me to try in order to help just let me know!

@hippyau
Copy link
Owner

hippyau commented Feb 4, 2022

Brilliant, thanks for the clues!

It does feel like a UTF issue doesn't it, like UTF-8 overflowing. I'll check it out :)

@hippyau
Copy link
Owner

hippyau commented Feb 10, 2022

It looks very much like this open flutter (the framework used) issue: flutter/flutter#57805

@hippyau
Copy link
Owner

hippyau commented Feb 10, 2022

I've update my flutter framework to the latest version on my MacOS VM (Big Sur 11.6)
I've built the project on the latest updates I have, the ZIP is below @bisonfish if you could give a try?

rnc-0.6.zip

@bisonfish
Copy link
Author

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?

@hippyau
Copy link
Owner

hippyau commented Feb 12, 2022

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 :)

@bisonfish
Copy link
Author

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.

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

2 participants