I've just added some tutorial test cases for the Felix GUI.
They're a bit interesting because they use fthreads and schannels.

However there is an issue, finding a TTF font.
At the moment the tuts use


        fun OSX_dflt_font() => "/Library/Fonts/Courier New.ttf";  

in file src/lib/gui/font.flx to get a font to use. It works on my box
but won't on yours. This needs to be fixed somehow.

the "right" way to do this is to have something like

        fonts.fpc

in one of the config directories, possibly

        $HOME/.felix/config

since the accessible fonts should be universal. Exactly how that file should
look I don't know.

The REAL right way to do this is to have a server which can be queried. ..
but then, one need to know how to access the server.

A good solution may be to SHIP some fonts with Felix.

Any thoughts on this issue appreciated...


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to