public TextW(Point pos, String string, int options, Rectangle bounds, int[] widths) {
super(pos, string, options, bounds, widths);
}
public static TextW read(EMFInputStream emf) throws IOException {
Point pos = emf.readPOINTL();
int sLen = emf.readDWORD();
/* int sOffset = */ emf.readDWORD();
int options = emf.readDWORD();
Rectangle bounds = emf.readRECTL();
/* int cOffset = */ emf.readDWORD();