Thanks for your answer, but it will not help in my case.
My frontend program, which creates a document, has selectable fonts depending on the individual users besides the normal Windows fonts. These fonts are unknown and not available to the backend, which has to print them. So they must be transported together with the document. The font data (not only the name) have to be serialized in the document, so that the backend can deserialize and use them automatically. Is there a solution in .NET
Ok, there is a not so good solution. I can serialize the font data files and send them together with the document. But how do I know which files to send How can I get the filenames owned by a font family
Is there a class where the data of a font family is stored Can this data be extracted
Questions without end ...
I am thankful to everyone who helps.
Reiner Obrecht
|