Format That <FontStyle>

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