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

Reply via email to