Re: What are the contents of NSPasteboardTypeFont?
Re: What are the contents of NSPasteboardTypeFont?
- Subject: Re: What are the contents of NSPasteboardTypeFont?
- From: Kyle Sluder <email@hidden>
- Date: Sat, 07 Dec 2013 13:19:53 -0800
On Sat, Dec 7, 2013, at 12:27 PM, Jens Alfke wrote:
> Does anyone know what the data format of NSPasteboardTypeFont is? Or if
> this type is even used at all?
According to the Pasteboard Programming Guide, NSPasteboardTypeFont is a
UTI that is equivalent to the old NSFontPboardType:
<https://developer.apple.com/library/mac/documentation/cocoa/Conceptual/PasteboardGuide106/Articles/pbUpdating105.html#//apple_ref/doc/uid/TP40008140-SW2>
That document's link to the legacy Pasteboard Programming Topics for
Cocoa document is broken, but that document is still accessible via the
Retired Documents Library. It contains a chapter on Reading and Writing
Font Data that describes how to work with the font pasteboard:
<https://developer.apple.com/legacy/library/documentation/Cocoa/Conceptual/CopyandPaste/Articles/pbFontData.html#//apple_ref/doc/uid/TP40004256-SW1>
--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