freetype
[Top][All Lists]
Advanced

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

[ft] Re: Is there any API to implement Italic and underline ?


From: Werner LEMBERG
Subject: [ft] Re: Is there any API to implement Italic and underline ?
Date: Fri, 09 Jan 2009 07:26:48 +0100 (CET)

[redirecting your question to the freetype list]

>   Is there any API to implement Italic and underline?

What do you mean with `implement'?  Real italic, contrary to slanting,
can't be handled by FreeType since you need different glyph shapes.
You can easily slant a font by applying a proper shear matrix.

There is no function to underline a glyph; it should be probably be
done by a higher-level library since there are too many variations in
underlining (straight, wavy, etc.).


    Werner




reply via email to

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