[Konsole-devel] [Bug 192828] disables nroff latin1 bold display with TrueType fonts
Jason Vas Dias
jason.vas.dias at gmail.com
Sat May 16 22:23:12 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=192828
--- Comment #2 from Jason Vas Dias <jason vas dias gmail com> 2009-05-17 00:23:11 ---
Hi Robert - thanks for responding !
Yes, Monospace is in fact an alias to 'Andale Mono' in my .fonts.conf
that I created ages ago and forgot about:
<?xml version='1.0'?>
<fontconfig>
<dir>/home/jason/TrueType</dir>
<alias>
<family>monospace</family>
<prefer>
<family>Andale Mono</family>
</prefer>
</alias>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>
But please, let users be the judge of what "doesn't look very nice" :
RE: Comment #1 :
> KDE 3 'bold text' in the
> terminal might have been rendered by drawing the same text twice with a offset
> to make the letters look thicker - this would work for any font but
> didn't look very nice.
I could append screen-shots to this bug report of "xterm", "gnome-console"
and KDE-3.5 "konsole" displaying the same manual page or info node,
all of them except KDE 4.2 konsole nicely doing the fake bolding -
particularly when you are trying to develop and test manual-page
nroff generators, it really is essential that the full range of
terminal fonts are made available to nroff .
Oh well, I guess I'll have to use xterm in order to test manual pages -
not a major pain - but I'd still vote for konsole bringing back "fake bold
face"
, perhaps as a configuration option.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list