<formatMakeSetTurn> <thatItFontSelection> <FontName>

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