Users browsing this thread: 1 Guest(s)
movq
Long time nixers
(11-08-2020, 08:26 AM)venam Wrote: There's the script found here, that'll I'll paste:

Ah, I was thinking about the opposite, but that’s helpful, too.

What I meant was this:

https://repolinux.wordpress.com/2013/03/...character/

Given a certain character, which font is used to display it? I need a different level for `FC_DEBUG`, though (as determined by trial and error, so this may be wrong):

Code:
$ FC_DEBUG=4096 pango-view -q -t a | grep -o 'family: "[^"]\+' | tail -n 1
family: "DejaVu Serif
$ FC_DEBUG=4096 pango-view -q -t 🐧 | grep -o 'family: "[^"]\+' | tail -n 1
family: "Noto Color Emoji
$ FC_DEBUG=4096 pango-view -q -t ༀ | grep -o 'family: "[^"]\+' | tail -n 1
family: "Unifont
$ FC_DEBUG=4096 pango-view -q -t दी | grep -o 'family: "[^"]\+' | tail -n 1
family: "IBM Plex Sans Devanagari


Messages In This Thread
Font Fallback - by venam - 11-08-2020, 04:35 AM
RE: Font Fallback - by z3bra - 11-08-2020, 04:51 AM
RE: Font Fallback - by movq - 11-08-2020, 07:00 AM
RE: Font Fallback - by venam - 11-08-2020, 08:26 AM
RE: Font Fallback - by movq - 11-08-2020, 11:02 AM
RE: Font Fallback - by seninha - 16-08-2020, 06:39 PM
RE: Font Fallback - by venam - 17-08-2020, 02:30 AM