puts "============"
puts "OCC23457 Text rendering performance"
puts "Test case prints 3D labels with different text alignment styles and extra spaces in it"
puts "============"
puts ""

vtrihedron trihedr

vpoint pTL  -700  100 600
vdrawtext "  Top-Left\nFirst line  \nLion   The Second\n  3rd  "       -700  100  600 000 255 255 0 2 000 0 14 2 Arial

vpoint pTC  0  100 600
vdrawtext "  Top-Center\nFirst line  \nLion   The Second\n  3rd  "        0  100  600 000 255 255 1 2 000 0 14 2 Arial

vpoint pTR  700  100 600
vdrawtext "  Top-Right\nFirst line  \nLion   The Second\n  3rd  "       700  100  600 000 255 255 2 2 000 0 14 2 Arial

vpoint pCL  -700  100 -100
vdrawtext "  Center-Left\nFirst line  \nLion   The Second\n  3rd  "    -700  100 -100 255 255 255 0 1 000 0 14 2 Arial

vpoint pCC  0  100 -100
vdrawtext "  Center-Center\nFirst line  \nLion   The Second\n  3rd  "     0  100 -100 255 255 255 1 1 000 0 14 2 Arial

vpoint pCR  700  100 -100
vdrawtext "  Center-Right\nFirst line  \nLion   The Second\n  3rd  "    700  100 -100 255 255 255 2 1 000 0 14 2 Arial

vpoint pBL  -700  100 -700
vdrawtext "  Bottom-Left\nFirst line  \nLion   The Second\n  3rd  "    -700  100 -700 255 255   0 0 0 000 0 14 2 Arial

vpoint pBC  0  100 -700
vdrawtext "  Bottom-Center\nFirst line  \nLion   The Second\n  3rd  "     0  100 -700 255 255   0 1 0 000 0 14 2 Arial

vpoint pBR  700  100 -700
vdrawtext "  Bottom-Right\nFirst line  \nLion   The Second\n  3rd  "    700  100 -700 255 255   0 2 0 000 0 14 2 Arial

vfit

vfps
