freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Bad emulation of boldness.


From: Chia-I Wu
Subject: Re: [ft] Bad emulation of boldness.
Date: Tue, 10 Oct 2006 23:08:04 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Oct 10, 2006 at 02:10:08PM +0200, Daniel M. wrote:
> Is it possible somehow to improve the situation?
The problem might be that the glyph drawing backend calls a convenient
function provided by freetype to embolden the glyphs, which lacks
parameters to control how embolden is done.  Enabling antialias should
help:

http://people.debian.org.tw/~olv/freetype/monaco-lin-10pt.png

Another solution is to convert the font to a bitmap one for the pixel
size used.  The convenient function uses different algorithm to embolden
bitmap glyphs, which is similar to what Windows does.

-- 
Regards,
olv




reply via email to

[Prev in Thread] Current Thread [Next in Thread]