SCRIPT { fontname$ = _arg3 fontsize$ = "" fontstyle$ = _arg4 arg$ = "Fnt:nam/siz/vrb," + fontname$ + "," + fontsize$ + "," + fontstyle$ DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$ }