Hi Sheri,
thanks for your script - works perfect. I adjusted to my needs for interactive usage: Best regards Detlef function SET_FONT(f_font) local l_hwin = win.handlefrompoint(xmouse,ymouse) if(not l_hwin) quit local l_font = f_font if(not l_font) l_font = dialog.choose_font() if(not l_font) quit dialog.set_font(l_hwin,l_font)
