freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Re: Outline vertices


From: David Turner
Subject: Re: [Freetype] Re: Outline vertices
Date: Wed, 20 Nov 2002 18:29:26 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910

Braden McDaniel wrote:
On Wed, 20 Nov 2002 14:11:45 +0100, David Turner wrote:

Have you tried loading the outlines at different scales, or simply
with no scaling/hinting with FT_LOAD_NO_SCALE ?

If I use FT_LOAD_NO_SCALE, do I lose any guarantee that the outlines will
be at a consistent scale between glyphs? And between faces?

With FT_LOAD_NO_SCALE, you'll get the outlines expressed in "EM units", so
they'll be consistent between glyphs of the same faces.

However, they will not between distinct faces since this is a font designer
choice.

May I suggest you to read the "FreeType Glyph Conventions" document, it
should explain all of this pretty well..

If so, then I suppose I want to use FT_Set_Char_Size, right?
>
Right, if you don't want to use FT_LOAD_NO_SCALE. Be aware that
the outline coordinates will be in 1/64th of device pixels by
the way.

Again, peeking at the documentation should give you more answers.

Regards,

- David Turner
- The FreeType Project  (www.freetype.org)




reply via email to

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