0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / vis / bug22149
1 puts "================"
2 puts "OCC22149"
3 puts "================"
4 puts ""
5 #######################################################################
6 # Strings with Japanese characters can not be displayed in 3D viewer
7 #######################################################################
8
9 set BugNumber OCC22149
10
11 vfont add [locate_data_file bug22149_mona.ttf] Mona
12 vinit
13 vdrawtext text0 HELLO -pos 0 0 0 -color 0.0 1.0 0.0 -halign left -valign bottom -angle 0 -zoom 0 -height 50 -aspect regular
14 vdrawtext text1 [encoding convertfrom unicode \x42\x30] -pos 0 0 200 -color 1.0 0.0 0.0 -halign left -valign bottom -angle 0 -zoom 0 -height 50 -aspect regular -font Mona
15
16 checkview -screenshot -3d -path ${imagedir}/${test_image}.png