vote up 5 vote down star
2

I have a MemoryStream with the contents of a Font File (.ttf) and I would like to be able to create a FontFamily WPF object from that stream WITHOUT writing the contents of the stream to disk. I know this is possible with a System.Drawing.FontFamily but I cannot find out how to do it with System.Windows.Media.FontFamily.

Note: I will only have the stream, so I can't pack it as a resource in the application and because of disk permissions issues, will not be able to write the font file to disk for reference as "content"

flag

60% accept rate

3 Answers

vote up 0 vote down

Any Luck with this? i am having the same problem!

Thanks,

Piet

link|flag
Nope, sorry. Hopefully this will be resolved in WPF 4.0 – viggity Mar 30 at 16:00
vote up 0 vote down

@bitbonk - that is a very good idea. I will and I'll be sure to post back the results.

link|flag
vote up 1 vote down

Very good question! I think you should contact these guys.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.