Re: Can I add my own characters to strings in text fields?
Re: Can I add my own characters to strings in text fields?
- Subject: Re: Can I add my own characters to strings in text fields?
- From: Kyle Sluder <email@hidden>
- Date: Wed, 24 Mar 2010 13:40:10 -0700
On Wed, Mar 24, 2010 at 1:35 PM, Jerry Krinock <email@hidden> wrote:
> Can a custom font be accessed from my application package, or do I need an installer (eeek!) to put it into Library/Fonts, as I have seen apps do?
You can put the font in your Resources folder and activate it
manually, avoiding the need for an installer.
> The font cascade list is mentioned briefly in "Core Text Programming Guide", but there is no clue as to how to access it.
I've noticed that now, and I'm wondering if it's actually possible to
use it to do what you want to do. It seems like the correct solution,
but in the end what happens is that the attributed string winds up
with substitution attributes on the special characters anyway. So
Mike's suggestion might be the easiest way to do it.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden