Format That <FontFace> <FontStyle>

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