0022785: Draw Harness - add possibility to remove a text drawn by the command vdrawtext
[occt.git] / tests / bugs / vis / bug25369
CommitLineData
7aa1b65c 1puts "========"
2puts "OCC25369"
3puts "========"
4puts ""
5###################################################################################################
6# Visualization, Image_AlienPixMap - handle UTF-8 names in image read/save operations on Windows
7###################################################################################################
8
9box b 1 2 3
10vinit View1
11vclear
12vsetdispmode 0
13vdisplay b
14vfit
15set s [encoding convertfrom unicode "\x3A\x04\x30\x04\x40\x04\x2E\x00\x70\x00\x6E\x00\x67\x00"]
16
29e2c6d2 17vdrawtext text0 $s -pos 0 0 0 -color 1.0 1.0 1.0 -halign left -valign bottom -angle 0 -zoom 0 -height 50 -aspect regular -font Times
7aa1b65c 18vdump $::imagedir/$s
19vtexture b $::imagedir/$s
20
21set only_screen 1