bkgdColor = (Color)dcStack.pop();
frgdColor = (Color)dcStack.pop();
fontObject = ((Integer)(dcStack.pop())).intValue();
penObject = ((Integer)(dcStack.pop())).intValue();
brushObject = ((Integer)(dcStack.pop())).intValue();
startY = ((Integer)(dcStack.pop())).intValue();
startX = ((Integer)(dcStack.pop())).intValue();
penWidth = ((Integer)(dcStack.pop())).intValue();
break;
case WMFConstants.META_POLYBEZIER16: