mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Modified test cases to improve using of Japanese characters bugs vis bug22149 bugs vis bug22796_2 2. Modified test case bugs vis bug23813 to avoid regression caused by using vdump command with non-default parameters on remote PCs bugs vis bug23813 3. Behavior change of test case de iges_2 B1 in DEBUG mode on Linux and Windows platforms (OCC24442) de iges_2 B1
17 lines
485 B
Plaintext
Executable File
17 lines
485 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC22149"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Strings with Japanese characters can not be displayed in 3D viewer
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22149
|
|
|
|
vfont add [locate_data_file bug22149_mona.ttf] Mona
|
|
vinit
|
|
vdrawtext HELLO 0 0 0 0 255 0 0 0 0 0 50 1
|
|
vdrawtext \x30\x42 0 0 200 255 0 0 0 0 0 0 50 0 Mona 1
|
|
|
|
set only_screen 1
|