|
|
 |
| Javascript General Javascript discussions. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Javascript section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

April 22nd, 2004, 03:43 PM
|
|
Authorized User
|
|
Join Date: Apr 2004
Location: Lahore, , Pakistan.
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how to instal font at client computer
Hi:
Have you any idea to instal font at client computer.
Actually i have a website with arabic font. I want to instal font at client computer.
have any one any idea about it.
Thanks
|

April 25th, 2004, 03:53 PM
|
|
Authorized User
|
|
Join Date: Apr 2004
Location: Lahore, , Pakistan.
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First thanks Rich to reply.
I see WEFT but it require to be WEFT installed on every client computer.
So what is the benifet of WEFT (9.26 mb space). Instead of this why not i instal font file (.ttf) which is about 200 kb.
i also see: http://www.truedoc.com/webpages/. realy good. I have Arabic like font, how can i develop my on PFRs of that font.
Any idea?
If i am going wrong then plz show me straight line.
Waiting for your answer.
Thanks
Burhan
|

April 25th, 2004, 04:49 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Location: Camby, IN, USA.
Posts: 1,697
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Quote:
quote:Originally posted by BurhanKhan
I see WEFT but it require to be WEFT installed on every client computer.
So what is the benifet of WEFT (9.26 mb space). Instead of this why not i instal font file (.ttf) which is about 200 kb.
|
Actually WEFT doesn't require the WEFT program to be installed on every client computer (wouldn't be a very feasible solution if it did) it creates downloadable fonts from various font files that work with IE and uses the CSS @font-face notation to reference the font. It does however only work with IE, so IE must be installed on the client computer. All you have to do is use the wizard to create a downloadable font (a .eot file), upload it to your server and reference the font file with @font-face. The wizard will provide the necessary CSS to do this. The other solution at truedoc.com will only work on Netscape/Mozilla and uses a different method of referencing the font but the concept is the same.
See:
http://msdn.microsoft.com/workshop/a...s/fontface.asp
Regards,
Rich
::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::
|

April 28th, 2004, 06:48 AM
|
|
Authorized User
|
|
Join Date: Apr 2004
Location: Lahore, , Pakistan.
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi rich:
I understand what u want to say. Thanks a lot.....
But i have a problem with WEFT. I am trying to show Arablic characters in web page. There are about 200 characters in Arabic.
When font (.ttf) is instaled on the computer and i use that font then it is working properly. i.e every (33 to 255) character is shown correctly.
Now when i use .eot , first 126 characters are shown correctly and 161 to 255 are not shown, it shows a small rectangle instead of character.
How can i show characters (161 to 255) using .eot?
r u understand my question??
Burhan
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |