Still trying to block glyph fallback. Is it possible to block fallback to specific fonts? Maybe I could just block all fonts. For example, to configure so that when the font is Terminus, all glyph fallback is blocked, have something like: <match target="font"> <test name="family"><string>Terminus</string></test> <Block_fallback_to_any_other_font> </match> >From the docs, it seems that <rejectfont> might do this, but I couldn't find an example of using it this way. This didn't work: <match target="font"> <test name="family"><string>Terminus</string></test> <rejectfont> <pattern> <patelt name="family"><string></string></patelt> </pattern> </rejectfont> </match> -- http://www.fastmail.fm - A fast, anti-spam email service. _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig