Format <thatItSelection> As <FontStyleType>

SCRIPT {
    style$ = _arg2
    arg$ = "Fnt:sty," + style$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}