• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

glyphs

 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing an application that has a large array of shorts. I need to display the values graphically so they can be easily distinguished from each other. I'd like to find a way to create a set of custom glyphs which I could use in an Image. Don't really care if the glyphs are part of a font or not, either would work fine.

Suggestions?

ms
 
Marshal
Posts: 80091
413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the many replies you haven't had, it appears nobody knows.
I can't think myself, but there are all sorts of weird glyphs hiding in the depths of Unicode. Try writing from India, Java, or Ethiopia, which should all be in Unicode and look different from what we are used to in English. And they can easily be shown by using a cast to a char.
But beware: there are gaps in Unicode; they don't use all 65536 numbers available. Also the char type is equivalent to an unsigned short.

CR
 
She'll be back. I'm just gonna wait here. With this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic