mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
714 B
Plaintext
Executable File
19 lines
714 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22796"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Possibility to display multi-line text in 3D
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22796
|
|
|
|
vinit
|
|
vfont add [locate_data_file bug22149_mona.ttf] Mona
|
|
set s [encoding convertfrom unicode "\x42\x30\x09\x00\x79\x30\x0A\x00\x6F\x30\x42\x26"]
|
|
#vdrawtext "\x30\x42\x00\x09\x30\x79\x00\x0A\x30\x6F" 0 0 0 255 255 255 0 0 0 1 50 0 Mona 1
|
|
vdrawtext text0 $s -pos 0 0 0 -color 1.0 1.0 1.0 -halign left -valign bottom -angle 0 -zoom 1 -height 50 -aspect regular -font Mona
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
|