[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ft] Does FT as a rasterizer support these font effects?
From: |
Turner, David |
Subject: |
RE: [ft] Does FT as a rasterizer support these font effects? |
Date: |
Thu, 7 Jul 2005 15:56:27 +0200 |
> 1. Pseudo Bold (a.k.a. Algorithmic Bold?)
> 2. Drop Shadow
> 3. Outline
> 4. Embossed
> 5. Engraved
> 6. Soft Edge
>
Answers are:
1 - Yes, see FT_GlyphSlot_Embolden
2 - No, but this is trivial to implement yourself
3 - Yes, see FT_Stroker type and methods
4 - No, requires bitmap filtering
5 - No, same as 4
6 - Don't know what that means
Hope this helps,
- David Turner
- The FreeType Project (www.freetype.org)
> This will be a very general question (my apologies.)
>
>
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/freetype
>