2

Is it possible to display Klingon text (it doesn't have to be editable) on iOS?

If yes, what's the recommended way?

cfischer
  • 24,452
  • 37
  • 131
  • 214
  • Klingon is not part of Unicode. – Jonathan Grynspan May 22 '12 at 14:17
  • 5
    It's always *possible*, even if you have to resort to having an image for each character and drawing them yourself. – cHao May 22 '12 at 14:18
  • 1
    Use the class UINerdFeatures. Other than that, cHao actually posted a valid answer. It's not even that much work, since some Font packages are available on the web. Look up how to add custom fonts to applications, there might be a guide for that somewhere. – thundersteele May 22 '12 at 14:28
  • @thundersteele: Would you believe it http://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application – JeremyP May 22 '12 at 14:45

1 Answers1

4

Somebody has come up with a "standard" mapping of Klingon to the private usage area of Unicode. All you need to do is find a font for Klingon (or use bitmaps) and away you go. There will be some work needed to install your font onto the device.

Community
  • 1
  • 1
JeremyP
  • 84,577
  • 15
  • 123
  • 161