freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] how to make font bold,italic or underline....


From: Werner LEMBERG
Subject: Re: [Freetype] how to make font bold,italic or underline....
Date: Mon, 15 Nov 2004 13:22:32 +0100 (CET)

> I try to use FT_GlyphSlot_Oblique, FT_GlyphSlot_Embolden to make
> bold and italic.  But have one problem, letter's have artifacts:some
> pixel missed.  What I do wrong?  Here some of my code:

Without actually testing your code I see this:

> int render_mode = FT_LOAD_NO_AUTOHINT | FT_LOAD_RENDER;
                    ^^^^^^^^^^^^^^^^^^^

Note that native hints (PS, TrueType) no longer work correctly after
the glyph shape has been distorted, so it might be a good idea to
disable the native hinting engine and only use the auto hinter.


    Werner



reply via email to

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