fb70d1180ef5ec50bc9b3f6160729baf0b16756d
[occt.git] / tests / 3rdparty / fonts / A6
1 puts "============"
2 puts "OCC23457 Text rendering performance"
3 puts "Test case prints 3D labels with different text alignment styles and extra spaces in it"
4 puts "============"
5 puts ""
6
7 set THE_FONT_NAME sans-serif
8 dtracelevel trace
9 vfont -verbose 1
10
11 vtrihedron trihedr
12
13 vpoint pTL  -700  100 600
14 vdrawtext Text0 "  Top-Left\nFirst line  \nLion   The Second\n  3rd  " -pos -700  100  600 -color CYAN -halign left -valign top -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
15
16 vpoint pTC  0  100 600
17 vdrawtext Text1 "  Top-Center\nFirst line  \nLion   The Second\n  3rd  " -pos 0  100  600 -color CYAN -halign center -valign top -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
18
19 vpoint pTR  700  100 600
20 vdrawtext Text2 "  Top-Right\nFirst line  \nLion   The Second\n  3rd  " -pos 700  100  600 -color CYAN -halign right -valign top -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
21
22 vpoint pCL  -700  100 -100
23 vdrawtext Text3 "  Center-Left\nFirst line  \nLion   The Second\n  3rd  " -pos -700  100 -100 -color WHITE -halign left -valign center -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
24
25 vpoint pCC  0  100 -100
26 vdrawtext Text4 "  Center-Center\nFirst line  \nLion   The Second\n  3rd  " -pos 0  100 -100 -color WHITE -halign center -valign center -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
27
28 vpoint pCR  700  100 -100
29 vdrawtext Text5 "  Center-Right\nFirst line  \nLion   The Second\n  3rd  " -pos 700  100 -100 -color WHITE -halign right -valign center -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
30
31 vpoint pBL  -700  100 -700
32 vdrawtext Text6 "  Bottom-Left\nFirst line  \nLion   The Second\n  3rd  " -pos -700  100 -700 -color YELLOW -halign left -valign bottom -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
33
34 vpoint pBC  0  100 -700
35 vdrawtext Text7 "  Bottom-Center\nFirst line  \nLion   The Second\n  3rd  " -pos 0  100 -700 -color YELLOW -halign center -valign bottom -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
36
37 vpoint pBR  700  100 -700
38 vdrawtext Text8 "  Bottom-Right\nFirst line  \nLion   The Second\n  3rd  " -pos 700  100 -700 -color YELLOW -halign right -valign bottom -angle 000 -zoom 0 -height 14 -aspect bold -font $THE_FONT_NAME
39
40 vfit
41 vfps
42
43 vglinfo
44 checkview -screenshot -3d -path ${imagedir}/${test_image}.png