Werner,

Do you know what the latin2 thing is about?  Is the distinction relevant?
Still there even?

I ran across this piece of code:

#ifdef FT_OPTION_AUTOFIT2
      /* XXX: undocumented hook to activate the latin2 writing system */
      if ( load_flags & ( 1UL << 20 ) )
        options = AF_STYLE_LTN2_DFLT;
#endif

See what we added in the color work:

#define FT_LOAD_COLOR                        ( 1L << 20 )

Ouch!

Lets remove that FT_OPTION_AUTOFIT2 and make whatever is better the default
and only implementation.

Same about all the other options whose sole purpose is to choose between
multiple implementations...

Cheers,
-- 
behdad
http://behdad.org/

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

Reply via email to