Ventuz Technology Group Forum  

Ventuz Forums » Ventuz » How to... » .net remoting(working with fonts)

.net remoting(working with fonts)
Started by franc14529 at 04-26-2008 12:32. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  04-26-2008, 12:32
franc14529 is not online. Last active: 7/23/2008 4:05:25 AM franc14529

Top 50 Posts
Joined on 12-27-2007
Posts 18
Idea [I].net remoting(working with fonts)

Dear Freinds

hi to all.

i am bulding a c# application that uses the ventuz kernel.the application is working perfectly.

but i have some problem that could be explained simply:

when i change the font of a certain text via .net remoting,the fonts is set correctly to the font proprety in ventuz,but  the font on the renderer is not changing.

Best regards

Francois saab


   Report 
  04-26-2008, 17:58
Ralf Stanke is not online. Last active: 1/6/2009 1:23:45 PM Ralf Stanke



Top 10 Posts
Joined on 05-15-2005
Hamburg, Germany
Posts 366
Re: .net remoting(working with fonts)

Hi Francois,


how do you set the font? there's a special URL format you have to apply to fonts properties:


Fonts from the project folder (or Director folders, or VPR archives)

    Ventuz:/Fonts/Arial.ttf

System Fonts: (C:\Windows\Fonts)

    Ventuz:/Fonts/$System$/Arial, Bold

Project Fonts: (configured in the Project Properties)

    Ventuz:/Fonts/$Project$/Headline

Ralf



   Report