[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rastering non-anti-aliased glyphs using FT_Render_Glyph()
From: |
Peter Montgomery |
Subject: |
Re: rastering non-anti-aliased glyphs using FT_Render_Glyph() |
Date: |
Mon, 06 Nov 2000 13:32:00 -0800 |
Jeff,
I would suggest simply applying a lookup table to the resulting
bitmap that increases the contrast. You don't want to increase it so
much that it becomes a fully aliased bitmap, but if you experiment
you'll find that increasing the contrast increases the apparent
"sharpness" at a minimal processing cost.
Thanks,
PeterM
----- Original Message -----
From: "Jeff Chow" <address@hidden>
To: <address@hidden>
Sent: Monday, November 06, 2000 11:11 AM
Subject: rastering non-anti-aliased glyphs using FT_Render_Glyph()
> We're finding that it's really hard to get good, crisp text in a 3-d
> environment
> with edges being cleaned up by the rasterizer right now.
>
> I could manually go into the resulting bitmap and 'fill in' all the
non-zero
> pixels but that ends up looking quite bad.