Yes, possible.
Use either the BinaryFormatter class to serialize the object into a byte
array.
You can then write the bytes to disk, or stream them out to wherever you
need them.
The BinaryFormatter will then be able to take the bytes and reconstitute
your font instance elsewhere.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.