Symbols on the fly

T

Tim Marsden

HI,

Is there any way of creating symbols on the fly and us then as if they where
normal characters. For example I would like to create a Logo character,
which I can use as if it was a normal character with a character ID.

I would like to create them on the fly with VB.Net because I want to use the
character as a security marker, only produced using my code.

Any thoughts?
Tim
 
B

Bob Powell [MVP]

Do you mean as in a font glyph? Technically yes but I bet you don't want to
know how ;-) Writing out a TTF file or writing it into memory and putting it
into a PrivateFontCollection is fiesable but so darn compley it's not even
worth thinking about unless you want to do about 3 months of coding first.

Why not just create a bitmap and draw it at the place for your logo?


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

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

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

Tim Marsden

Hi Thanks for the reply,

I need to write the character out in a text document, so bitmap cannot be
used. I cannot use GDI or similar. Do you know of any articles, I am not shy
of coding.

Tim
 
P

Peter Huang [MSFT]

Hi Tim,

I reviewed the thread and find that there is a similar issue in the
newsgroup below. It seems that you have created the font and you want to
know how to install a font. Now a community has replied to you, you may go
and take a look.

Subject: Install Font
Newsgroups: microsoft.public.dotnet.languages.vb

If I have any misunderstanding, please feel free to let me know.
Also if you have related question about the issue in the post above, you
may try to post in that thread too.

Thanks!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

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.

Ask a Question

Top