freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: [Freetype] glyph-outlines


From: Daniel Bisig
Subject: Fwd: [Freetype] glyph-outlines
Date: 3 Jun 2004 22:22:46 +0200

Hi Werner,

If you load a glyph with the FT_LOAD_DEFAULT flag, you have to set up
the size with a call to FT_Set_Char_Size before calling FT_Load_Glyph
which you haven't done.  What you probably want is not FT_LOAD_DEFAULT
but FT_LOAD_NO_SCALE to get the coordinates in font units.

wow, you're absolutely right. Changing the flag to FT_LOAD_NO_SCALE resolved my problem entirely.

Thank you very much and best regards

     Daniel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]