Format That <FontSize> <FontStyle>

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