Oops - missed a bit : Look here for mozilla information and examples on bi directional text:
http://www.langbox.com/bidimozilla/ Also check "text-kashida-space" and "writing-mode " here : http://www.georgehernandez.com/xWebs/CSS/CSSAttributes.htm regards, Neil.
Date: Mon, 06 Jan 2003 10:42:09 +0000
To: [EMAIL PROTECTED]
From: Neil Smith <[EMAIL PROTECTED]>
Subject: Re: Subject: GD, UNICODE & RTL
Cc: [EMAIL PROTECTED]
Mottaghi - you might be better advised to investigate CSS for this on the browser :
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/css/reference/attributes.asp
Check the following sub-sections :
Text direction
"direction "
You can specify a class for right to left ("bidi == bi directional") :
"unicode-bidi "
You can specify "ruby" text which can have summarised pronounciation / accent hints above the text
"ruby-align"
"ruby-overhang"
"ruby-position"
More info :
http://www.pms.informatik.uni-muenchen.de/lehre/seminar/internationalisation/02ss/reports-slides/topicH/Report.html
These techniques will work in most recent browsers - IE5, NN5, Moz, Opera6 etc. They will also allow some degree of indexing by search engines.
Hope that helps,
Regards,
Neil Smith.
At 06:47 06/01/2003 +0000, you wrote:
--- Mottaghi <[EMAIL PROTECTED]> wrote: > Hi all, > I want to write a Right-to-Left (like Arabic languages) sentence in > a bitmap > by unicode.......but HOW??? > > :) thanks, bye > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
