MUSHclient 4.33 release notes
Version 4.33
Released on 10 Jul 2008
1. Fixed bug where doing SetWorldWindowStatus with option 2 (minimize) would activate the window, where it will now minimize it and bring another window to the front. This is more useful behaviour because you do not normally want a minimized window active.
2. Added Lua script function: utils.getfontfamilies
This lets you find the names of all the fonts installed on your current system.
The intention here is for scripts to decide if a font is available, before setting the output or command window to use that font.
For example:
t = utils.getfontfamilies ()
for font in pairs (t) do
print (font)
end
--> Output:
Lucida Console
Comic Sans MS
Georgia
Mangal
WST_Engl
Wingdings
Sylfaen
Franklin Gothic Medium
Courier