0027986: Visualization - AIS_InteractiveContext::SetLocation() does not update dynami...
[occt.git] / tests / bugs / vis / bug22796_1
... / ...
CommitLineData
1puts "============"
2puts "OCC22796"
3puts "============"
4puts ""
5#######################################################################
6# Possibility to display multi-line text in 3D
7#######################################################################
8
9vfont add [locate_data_file DejaVuSans.ttf] SansFont
10
11set BugNumber OCC22796
12
13vinit
14vdrawtext text0 "MyTest1\rHello,\tWor\vld!\nMyTest2\t\a\bMyTest3" -pos 0 0 0 -color 1.0 1.0 1.0 -halign left -valign bottom -angle 0 -zoom 1 -height 50 -aspect regular -font SansFont
15
16checkview -screenshot -3d -path ${imagedir}/${test_image}.png
17
18
19
20