On Thu, May 10, 2012 at 05:24:00PM +0200, Klement Sekera wrote:

> I'm trying out mrxvt and I'd like to tune the fonts, I discovered how
> to set antialiasing and hinting, but I'd like to tune the hinting
> itself to "full". The default seems to be "slight" (cannot tell
> exactly from the look).
> 
> How would I do that?

I think you should do that with fontconfig instead. Something like

 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
 </match>

in ~/.fonts.conf should do the trick (works for all applications).

Mrxvt only enables / disables it, and if you want to add an option for
the hint style you're welcome to submit a patch (it's quick). I don't
recommend using an application specific setting for the hint style,
unless it's *absolutely* *absolutely* unavoidable.

GI

-- 
'Taxpayer' -- Someone who doesn't have to take a public service exam to
work for the government.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Materm-usage mailing list
Materm-usage@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-usage
Mrxvt home page: http://materm.sourceforge.net

Reply via email to