<formatMakeSetTurn> Font <FontStyle>

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