WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-29-2008, 10:05 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
I installed hebrew on my computer and ran the following script and it displayed the attached image. Is the text in the image real hebrew?
Code:
# coding: UTF-8
import viz
viz.go()

text = viz.addText('קראטוןםפשדגכעיחלךזסבהנמצ',viz.SCREEN,pos=(0.5,0.5,0),align=viz.TEXT_CENTER_CENTER)
Attached Thumbnails
Click image for larger version

Name:	hebrew.jpg
Views:	1849
Size:	23.6 KB
ID:	251  
Reply With Quote
  #2  
Old 06-01-2008, 05:59 AM
dan12345 dan12345 is offline
Member
 
Join Date: Jan 2008
Posts: 58
still didn't work

The text in the image is real hebrew indeed, but when i run your code
on my computer (after copy pasting) i still don't get the right characters...
The computer does work with hebrew in general...
any ideas why?
Reply With Quote
  #3  
Old 06-02-2008, 07:45 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
What characters show up? Other than enabling UTF-8 encoding from the file menu, you shouldn't have to do anything else.
Reply With Quote
  #4  
Old 06-04-2008, 02:08 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Another problem might be that the arial font on your system does not support hebrew. Vizards default font is arial.ttf. Try changing the font of the text object to something that supports hebrew. You can set the font using the following sample code:
Code:
text.font('font.ttf')
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 2 09-24-2008 05:17 PM
Vizard and Augmented Reality realvision Vizard 4 04-04-2008 10:59 AM
Vizard won't run wouters Vizard 5 02-05-2008 11:12 AM
Fall 2007 release of Vizard R3 3 D Announcements 0 10-15-2007 04:50 PM
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 0 03-01-2007 08:24 PM


All times are GMT -7. The time now is 03:04 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC