1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00

Definition of Unicode symbol in test corrected

This commit is contained in:
abv 2014-10-02 14:15:14 +04:00 committed by bugmaster
parent c7ccbb77a0
commit ada5f62195

View File

@ -11,6 +11,6 @@ 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
vdrawtext [encoding convertfrom unicode \x42\x30] 0 0 200 255 0 0 0 0 0 0 50 0 Mona 1
set only_screen 1