CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    90

    working with Fonts....

    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

  2. #2
    Join Date
    May 2002
    Location
    Germany
    Posts
    12
    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!

  3. #3
    Join Date
    Mar 2001
    Posts
    90

    THX Rob....

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured