>|> Is the lack of "spacing=100" for Bold [Oblique] significant? If so, why >|> are Bold [Oblique] not properly tagged? >| >|The lack of the spacing values is significant; this value is determined >|by examining the font and checking the spacing of each glyph; fonts >|where glyphs have different spacing values will not be marked as >|monospace >| >|Using fontconfig 2.4.1, you could override this by editing the spacing >|value detected in the font with the configuration file. I tried the following: <match target="font"> <test name="family"> <string>Luxi Mono</string> </test> <edit name="spacing" mode="assign"> <int>100</int> </edit> </match> but it didn't seem to have the desired effect. _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig