[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Freetype] how to make font bold,italic or underline....
From: |
Artem Omelianchuk |
Subject: |
RE: [Freetype] how to make font bold,italic or underline.... |
Date: |
Fri, 12 Nov 2004 17:24:49 +0600 |
>You have to use a bold font.
Where I can get it? You mean, for example Arial->Arial Bold?
>You can fake the bold effect by printing the
>characters several times with small offsets from the requested
position.
>It's about the same method old 9-pins printers used to print bold
fonts.
I think it's too complicated, and how to make underline?
I expect that exist flag(maybe FT_STYLE_FLAG_ITALIC) or function to
change font view.
Thank you for answer.
Sorry if I don't understand you, I'm new to freetype.