DSL Tips and Tricks :: customizing murgaLua



Another thing about the fonts, which I can't remember for sure if I'd posted here before....
If the dynamic murgaLua uses freetype fonts (I think it does), it won't work with X font names.  You can get the freetype names to use by using Fl:set_fonts() and Fl:get_font_name() as shown above, or use the system fonts script in the murgaLua_demos package to get the font names and a visual preview.

Great! Got it working in both 4x and 5x.

original here.