freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] undocumented hook to activate the latin2 writing system


From: Behdad Esfahbod
Subject: [ft-devel] undocumented hook to activate the latin2 writing system
Date: Fri, 02 Jan 2015 19:19:38 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

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/



reply via email to

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