[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] New documents available
From: |
Sven Neumann |
Subject: |
Re: [Freetype] New documents available |
Date: |
09 Nov 2002 18:06:45 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Hi,
> the document mentions that fonts intended for monochrome rendering
> should be loaded using FT_LOAD_TARGET_MONO. I've changed my code that
> used to read
>
> FT_Load_Glyph( face, index, FT_LOAD_RENDER | FT_LOAD_MONOCHROME );
>
> to
>
> FT_Load_Glyph( face, index, FT_LOAD_RENDER | FT_LOAD_TARGET_MONO );
>
> and as a result I get empty glyph bitmaps :-(
forget that, I was doing something else wrong. The above code works
fine.
Salut, Sven
Re: [Freetype] New documents available, Anthony Fok, 2002/11/11