#test005 text normal behavior test

Text000 is a text;
Text000 string is "String000";
Text000 draw;

Text001 is a text;
Text001 string is "String001";
Text001 moves{1,2,3};
Text001 size is 20;
Text001 draw;

DefaultFontSize is 17;
DefaultFont is "Times-BoldItalic";

Text002 is a text;
Text002 string is "String002";
Text002 hide;

Text003 is a text;
Text003 string is "String003";
Text003 color is :Yellow;
Text003 size is 20;
Text003 font is "Times-BoldItalic";
Text003 moves{3,3,3};
Text003 draw;

Text004 is a text;
Text004 string is "String004";
Text004 font is "Times-Roman";
Text004 moves{2,2,2};
Text004 color is :Green;
Text004 draw;
