Click to See Complete Forum and Search --> : working with Fonts....


Vijooo
March 31st, 2003, 06:15 AM
Hi

I hav been using a Non System Font in my ASP.NET Page which
is hosted in the Server. When i call the same page from a Client
mac, iam not getting the same Font which i used in the Page .
Since the particular Font is not installed in the Client mac, it has
replaced the Font with the local System Font.

How to overcome this problem? I know there is a way around for
this issue and i donno how to get that. Pls help me to get the
necessary stuff..

Earlier Helps would be highly appreciated...

THX for ur time and hope to receive a reply frm u soon.

Bye BYe
Vijooo

robtaylor
March 31st, 2003, 06:24 AM
I could be wrong, but I am not sure there is a way to solve this. The fonts need to be registered on the client machine. I am pretty certain that security permissions would prevent you from doing this. The method I use is to make an image of the text in the selected font. Not a particulary nice method - but it works!

Vijooo
March 31st, 2003, 07:01 AM
Millions of thx for ur reply Rob.

I would follow the same way as u used to do... :)
Meanwhile if u encounter any other way to get the things done,
pls let me know...

Once again a lots of thx

Bye Bye