|
-
May 23rd, 2009, 02:39 AM
#1
Loading Symbols
Hi all,
I'm aware of a way to load the fonts found on the locale machine, but is there also a way to load the symbols used on the locale machine.
-
May 23rd, 2009, 03:19 AM
#2
Re: Loading Symbols
Symbols being? You mean like character map?
-
May 24th, 2009, 06:22 AM
#3
Re: Loading Symbols
Hi,
More like, using FontFamily but then for Symbols.
For example, when you using Word then you can add symbols in your document.
So, is it possible to add all symbols into a combobox.
-
May 24th, 2009, 07:48 PM
#4
Re: Loading Symbols
All "symbols" are just characters displayed in a particular font.
-
May 25th, 2009, 05:39 AM
#5
Re: Loading Symbols
Hi jm,
I know they're characters, but in stead of add them one by one is there another way of loading them all in one.
-
May 25th, 2009, 05:53 AM
#6
Re: Loading Symbols
What exactly does "load" mean? You don't "load" characters.
-
May 25th, 2009, 07:36 AM
#7
Re: Loading Symbols
Hi jm,
Load means: that you can select (loaded characters) as an item in a combobox to fill it after selection in a richtextbox.
-
May 25th, 2009, 07:58 AM
#8
Re: Loading Symbols
If you want every single possible character from a given font, then you'll need to use GDI32's GetFontUnicodeRanges, get that range, and then loop through it; as you loop, you'll have to use Char.ConvertFromUTF32() to get the actual character out, then plonk that into your DDL.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|