Font rendering issue in urxvt -- too much space between characters

casey

Starting earlier today I am getting font rendering issues with rxvt-unicode. Specifically with many fonts I get an abundance of extra space between characters. In other fonts rxvt refuses to change sizes.

Here is an example of the spacing issue between urxvt and xterm.

The fonts resources:

URxvt*font:     xft:Terminus:medium:size=10
xterm*faceName: xft:Terminus:medium:size=10

And the renderings

  • urxvt bad fonts
  • xterm good fonts

I have tried all permutations of hinting and antialiasing. Changing size or pixelsize does resize the font in urxvt but this also increases the extra spacing.

Does anyone have ideas I can try to fix this?

casey

It turns out a rule was enabled on my system that blocked bitmapped fonts such as Terminus.

This rule (on my system) was in /etc/fonts/conf.d/70-no-bitmap-fonts and contained:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Reject bitmap fonts -->
 <selectfont>
  <rejectfont>
   <pattern>
     <patelt name="scalable"><bool>false</bool></patelt>
   </pattern>
  </rejectfont>
 </selectfont>
</fontconfig>

I removed this from the conf.d directory and my fonts are once again rendering properly in urxvt.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Too much space in between CardViews

From Dev

jQuery Accordion auto height issue: too much white space/height

From Dev

jQuery Accordion auto height issue: too much white space/height

From Dev

How to reduce too much space between two columns with Bootstrap

From Dev

Achartengine graph displaying too much space between values

From Dev

Too much space between bars in matplotlib bar chart

From Dev

Too much blank space in the spinner

From Dev

Mongo using (much) too much space

From Dev

Mongo using (much) too much space

From Dev

phantomjs font rendering issue

From Dev

font rendering issue in safari

From Dev

libGDX rendering TextureRegion renders too much

From Dev

Too much white space between caption and figure produced by tikzDevice and ggplot2 in LaTeX

From Dev

Text not horizontally centre in nav bar / Too much space between nav bar text

From Dev

Google chrome font rendering issue

From Dev

chrome rendering issue of hindi font

From Dev

.usage taking up too much space?

From Dev

xxhdpi graphics takes too much space

From Dev

ImageView taking too much vertical space

From Dev

Root Partition using too much space

From Dev

Inline-div takes too much space

From Dev

Highcharts: too much space for bottom legend

From Dev

SVG takes up too much space

From Dev

Backup and Restore using too much space

From Dev

Chrome rendering issue on MacBook Pro (OSX 10.9.5) with a menu bar : white space between <td> itself containing <div>

From Dev

Text not horizontally centre in nav bar / How to make a <br> half the size/ Too much space between nav bar text

From Dev

Too much gap between table rows

From Dev

Too much gap between table rows

From Dev

Identically configured urxvt has different width/font rendering on different X servers

Related Related

  1. 1

    Too much space in between CardViews

  2. 2

    jQuery Accordion auto height issue: too much white space/height

  3. 3

    jQuery Accordion auto height issue: too much white space/height

  4. 4

    How to reduce too much space between two columns with Bootstrap

  5. 5

    Achartengine graph displaying too much space between values

  6. 6

    Too much space between bars in matplotlib bar chart

  7. 7

    Too much blank space in the spinner

  8. 8

    Mongo using (much) too much space

  9. 9

    Mongo using (much) too much space

  10. 10

    phantomjs font rendering issue

  11. 11

    font rendering issue in safari

  12. 12

    libGDX rendering TextureRegion renders too much

  13. 13

    Too much white space between caption and figure produced by tikzDevice and ggplot2 in LaTeX

  14. 14

    Text not horizontally centre in nav bar / Too much space between nav bar text

  15. 15

    Google chrome font rendering issue

  16. 16

    chrome rendering issue of hindi font

  17. 17

    .usage taking up too much space?

  18. 18

    xxhdpi graphics takes too much space

  19. 19

    ImageView taking too much vertical space

  20. 20

    Root Partition using too much space

  21. 21

    Inline-div takes too much space

  22. 22

    Highcharts: too much space for bottom legend

  23. 23

    SVG takes up too much space

  24. 24

    Backup and Restore using too much space

  25. 25

    Chrome rendering issue on MacBook Pro (OSX 10.9.5) with a menu bar : white space between <td> itself containing <div>

  26. 26

    Text not horizontally centre in nav bar / How to make a <br> half the size/ Too much space between nav bar text

  27. 27

    Too much gap between table rows

  28. 28

    Too much gap between table rows

  29. 29

    Identically configured urxvt has different width/font rendering on different X servers

HotTag

Archive