Re: Changing font size
Re: Changing font size
- Subject: Re: Changing font size
- From: Chris Ridd <email@hidden>
- Date: Thu, 11 Dec 2003 15:18:03 +0000
On 11/12/03 2:53 pm, John Timmer <email@hidden> wrote:
>
Sorry, I guess I haven't explained myself well -
>
>
I can handle all the archiving/unarchiving, and I realize that I can do this
>
by archiving multiple NSFonts, but I want the user to be able to simply
>
change a single font preference and have that update all the fonts of
>
different sizes, so that isn't going to work out.
I think I'm trying to do something similar - essentially set a "base" font
and have all the other fonts in the view be relative to it - ie same face
but relatively different sizes.
>
So, what I'd like to do is simply store a single NSFont. After unarchiving,
>
I'd like to create several NSFont instances by keeping all attributes the
>
same as the archived version except the size - ie, I'd like to start with an
>
NSFont, and simply change its size.
>
>
Unfortunately, the only way I can see of doing this is fairly complicated,
>
so I'm assuming that I'm missing something.
I haven't found a good solution either :-(
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.