Format That <FontFace> <FontSize> <FontStyle>

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