Unicode Question
Unicode Question
- Subject: Unicode Question
- From: Don McConnell <email@hidden>
- Date: Sun, 2 Sep 2001 22:06:24 -0500
Hello ...
How can I determine if a specific font has a particular Unicode
character available? I can't seem to find what I'm after in the
NSFont and NSFontManager documentation.
I (think I) understand that Cocoa will automatically track down an
appropriate font for certain characters, and provide a "not found"
symbol when necessary. However, I want to generate a list of fonts
that contain a particular character, to anticipate and accelerate
the look-up process when possible.
Is there an already-generated list somewhere that matches up
Unicode values with the standard OS X fonts?
Thanks and regards,
Don