Greg Ercolano wrote:
>       1.3.x already does complex character sets Chinese, Japanese, Korean...
> 
>       I know this because I'm using the last two in my commercial GUI
>       using FLTK 1.3.x that runs on all three platforms (OSX/Win/Linux).
>       Some screenshots here:
> 
>       Korean:
>       http://seriss.com/people/erco/fltk/tmp/irush-korean-mac-screenshot.png
> 
>       Japanese:
>       
> http://seriss.com/people/erco/fltk/tmp/irush-japanese-fedora7-64-sazanami-gothic.png

        I should add: to get these to work, you have to be sure the correct
        fonts are installed on the OS of course.

        Also, I found I had to make language specific config files for my
        app to tell it which fonts to load (eg. with Fl::set_font())
        to get this all to work correctly. This way the user can change
        the font names my app uses, in case the defaults I provide aren't
        available.

        OSX and Windows are relatively "standard", but Linux is particularly
        dicey because of the wide variety of available font options for
        the various distros; some fonts work better than others.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to