We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this script to display Emoji from 'Noto Color Emoji'. The first time, you get a grid of Emoji (hopefully in color).
Save and close the image. Reopen it and re-execute the script, you'll get
It look like it will default to Source Sans Pro (the default one in Bloc)
Behavior reproduced using Pharo 12, Windows 11 or Linux Fedora 41
| container | container := BlElement new border: (BlBorder paint: Color red width: 1); background: (Color white); layout: BlFlowLayout horizontal; constraintsDo: [ :c | c horizontal matchParent. c vertical fitContent ]. "Noto Color Emoji has 2668 different glyph" 16r1F600 to: 16r1F64F do: [ :each | | elt | elt := BlTextElement text: ((Unicode value: each) asRopedText fontSize: 40; fontName: 'Noto Color Emoji'). elt padding: (BlInsets all: 5); border: (BlBorder paint: Color black width: 1). container addChild: elt ]. "container openInNewSpace." ^ container
Reseting and scanning for system font doesn't change the behavior
The text was updated successfully, but these errors were encountered:
after a fresh install of bloc
after image restart
Updating the font from system doesn't solve the problem
Sorry, something went wrong.
No branches or pull requests
Using this script to display Emoji from 'Noto Color Emoji'. The first time, you get a grid of Emoji (hopefully in color).
Save and close the image. Reopen it and re-execute the script, you'll get
It look like it will default to Source Sans Pro (the default one in Bloc)
Behavior reproduced using Pharo 12, Windows 11 or Linux Fedora 41
Reseting and scanning for system font doesn't change the behavior
The text was updated successfully, but these errors were encountered: