I see the signature of these methods:
Font.FromLogFont(object o)
Font.ToLogFont(object o)
how does that work?
my problem:
I am porting a MacOSX application to Windows.... (yep, I succesfuly switched
to windows ;-)(but not yet my boss).
Anyway it's only a platform issue, the app produce file. These file could be
share amongst different user with different PC/OS. And they contains styled
text (text + font).
Now I want to be able to have reasonably similar display on different
computer, even though user 1 on PC1 use a font not available to user 2 on PC
2.
I see there is CreateFontIndirect() just for that, but I have yet to figure
out how to use it with .NET.
Any tip?
Lloyd Dupont - 21 Jul 2005 03:10 GMT
Solved!
>I see the signature of these methods:
> Font.FromLogFont(object o)
[quoted text clipped - 17 lines]
> figure out how to use it with .NET.
> Any tip?