<formatMakeSetTurn> <thatItSizeSelection> <FontSize>

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