On Wed, Jan 23, 2013 at 11:10 AM, David Turner <da...@freetype.org> wrote:
> Unless I'm missing something (which is entirely possible, and I've not
> looked at the patch details yet).
>
> If that so, maybe add some code to deal with this, e.g.:
>
>   if (height_26.6 == ascender_26.6 - descender_26.6) {
>     height_int = ascender_int - descender_int;
>   } else {
>     // something else, to be defined :-)
>   }

>> to be in sync with Windows.

Windows does that *regardless* of any condition!

Original metrics do not add up:
https://bugs.webkit.org/show_bug.cgi?id=102374#c29
Rounded metrics do: https://bugs.webkit.org/show_bug.cgi?id=102374#c31

_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to