Skip navigation.
 
mlRe: Symbol font
FROM : Chris Ridd
DATE : Wed Jan 01 09:49:13 2003

On 31/12/02 11:41 pm, Andreas Mayer <<email_removed>> wrote:
> Am Dienstag, 31.12.02 um 21:57 Uhr schrieb Charles Brokaw:
>

>> What do I need to do to draw a character with Symbol font ?

>
> You need to use the right character.
>
> "Greek Small Letter Kappa" is 0x03BA
>
> Use the Character Palette or any Unicode table to find the codes you
> need.


This is because under the hood, OS X switches fonts for you when it needs to
display a Unicode character that doesn't exist in the current font. So you
just use Unicode everywhere and let the OS worry about it for you :-)

What would happen however if you had multiple fonts that supplied Greek
Small Letter Kappas (or whatever)? Which font would the OS choose?

Cheers,

Chris
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlSymbol font Charles Brokaw Dec 31, 21:57
mlRe: Symbol font Andreas Mayer Jan 1, 00:41
mlRe: Symbol font Chris Ridd Jan 1, 09:49
mlRe: Symbol font Mike Ferris Jan 2, 17:45
mlRe: Symbol font Douglas Davidson Jan 2, 18:26
mlRe: Symbol font Chris Ridd Jan 2, 18:29
mlRe: Symbol font Douglas Davidson Jan 2, 19:11