Robert_Zenz
Well-known member
Hello.
I'm trying to recreate the Windows Character Map. Creating the list of installed fonts is rather easy, but I can't figure out how to read the characters from the font.
My first guess was to just display all charactercodes (Char.ConvertFromUTF32), but there are a lot of 'empty' characters in between (which are most likely not supported or included by the font). How can I read all the characters from a Font without the need to go through every charactercode?
Best Regards and Thanks in advance,
Bobby
I'm trying to recreate the Windows Character Map. Creating the list of installed fonts is rather easy, but I can't figure out how to read the characters from the font.
My first guess was to just display all charactercodes (Char.ConvertFromUTF32), but there are a lot of 'empty' characters in between (which are most likely not supported or included by the font). How can I read all the characters from a Font without the need to go through every charactercode?
Best Regards and Thanks in advance,
Bobby