mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
vdrawtext command was corrected to set the specified text display type regardless of other options.
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
puts "========"
|
|
puts "CR27624"
|
|
puts "========"
|
|
puts ""
|
|
##################################################################
|
|
puts "Draw Harness, ViewerTest - vdrawtext command ignores text display options"
|
|
##################################################################
|
|
|
|
vfont add [locate_data_file DejaVuSans.ttf] SansFont
|
|
|
|
vinit
|
|
vdrawtext t1 "Subtitle" -height 20 -font SansFont -color 0 1 0 -disptype subtitle -subcolor 0.3 0.3 0.3
|
|
vfit
|
|
vdump $imagedir/${casename}.png
|