[NTG-context] Switching fonts changes framedtext justification
Thangalin
thangalin at gmail.com
Thu Apr 7 19:50:01 CEST 2022
Appreciated, Pablo.
The output remains unjustified:
https://i.ibb.co/dM9LFWZ/future-human.png
$ find /usr/share/fonts/ -name "*Emoj*"
/usr/share/fonts/emoji/OpenSansEmoji.otf
$ context --version
mtx-context | current version: 2022.04.01 09:37
$ cat ~/bin/fontcache
#!/usr/bin/env bash
fc-cache -fv
mtxrun --generate
mtxrun --script fonts --reload
$ cat ~/bin/fontgrep
#!/usr/bin/env bash
mtxrun --script fonts --list --all --name $1 | cut -d" " -f1
$ fontgrep emoji
identifier
opensansemoji
opensansemojinormal
opensansemojiregular
Any other suggestions?
Thank you!
More information about the ntg-context
mailing list