Vous (Vladimir Savic) avez écrit :

I’ve seen that once lateley. I would bet its an openSuse issue. the fact is 
that the font requested for the text here is Helvetica and Fontconfig returns 
a bitmap font rather than the regular Nimbus Postscript font.
Try `fc-match Helvetica` to check. The fix is to prevent Fontconfig to list 
bitmap fonts with the following snippet:
<selectfont>
  <rejectfont>
    <glob>*.pcf*</glob>
    <glob>*.bdf*</glob>
  </rejectfont>
</selectfont>

HTH

-- 
Pierre Marchand
http://www.oep-h.com


_______________________________________________
Undertype-users mailing list
Undertype-users@gna.org
https://mail.gna.org/listinfo/undertype-users

Reply via email to