[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Devel] FT_Outline_Render and gradient fill
From: |
Boris Letocha |
Subject: |
RE: [Devel] FT_Outline_Render and gradient fill |
Date: |
Thu, 27 Sep 2001 10:39:52 +0200 |
Hi ...
First this question should go to freetype list and not to devel.
Also this is FAQ :-)
FreeType is "low" level library for font rasterizing, not drawing
library.
>From FreeType you will get black/white or grayscale bitmap of glyph and
than you have to combine this bitmap with gradient yourself. Pretty easy
job btw.
Boris Letocha
> hi all:
>
> It is possible to render text with gradient via the API
> FT_Outline_Render ?
> I looked into gimp who supports render text with brush ,but
> seems he did not
> use freetype.
>
> Regards.
>
>
> Walker.