changing fonts?
changing fonts?
- Subject: changing fonts?
- From: Jerry LeVan <email@hidden>
- Date: Thu, 15 Jul 2004 13:18:41 -0400
Hi,
I have a single window application with an editor textView, a status
textView
and a dynamically generated tableView ( the column count is
increased/decreased
frequently) glumped together in a split view.
A user has asked for the ability to change the font/size in the
tableView and
I thought it might be nice to also allow a similar change in the editor
textView.
I have started reading about the font panel and it appears to me
that I will probably need two menu items, one to open the font panel
and (somehow) capture the font selection and apply it to the editor
table view. ("Set Font For Editor...")
The other menu item, "Set Font For Result Table...", needs to open
the font panel and capture the font selection and apply it to each
of the data cells for the table columns. I will need to remember this
font info so that whenever new columns are added the new font info
has to be set into the new column data cell.
Is this a reasonable "plan A", is their a simpler way to change the
default font for a "whole" table so that as columns are added I don't
have to keep setting the user specified font?
Thanks,
Jerry
_______________________________________________
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.