Fonts in c#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yosh

    Fonts in c#

    Is it possible to convert a Font into a data stream?

    I hope this makes sense.

    TIA,

    Yosh


  • Bob Powell [MVP]

    #2
    Re: Fonts in c#

    If you mean to send the font somewhere else I don't think this is possible.

    You might be able to send the font file and add it to a private font
    collection at the other end but I'd have to see if it was possible before
    saying for sure.


    --
    Bob Powell [MVP]
    Visual C#, System.Drawing

    Find great Windows Forms articles in Windows Forms Tips and Tricks


    Answer those GDI+ questions with the GDI+ FAQ


    All new articles provide code in C# and VB.NET.
    Subscribe to the RSS feeds provided and never miss a new article.





    "Yosh" <Yosh@nospam.co m> wrote in message
    news:e%237F%236 ZUFHA.628@tk2ms ftngp13.phx.gbl ...[color=blue]
    > Is it possible to convert a Font into a data stream?
    >
    > I hope this makes sense.
    >
    > TIA,
    >
    > Yosh
    >[/color]


    Comment

    Working...