MonobjcMonobjc Documented Class Library
PasteFont Method (sender)
NamespacesMonobjc.AppKitNSTextPasteFont(Id)

This action method pastes font information from the font pasteboard onto the selected text or insertion point of a rich text object, or over all text of a plain text object.

Original signature is '- (void)pasteFont:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PasteFont(
	Id sender
)
Public Overridable Sub PasteFont ( _
	sender As Id _
)
public:
virtual void PasteFont(
	Id^ sender
)
Parameters
sender (Id)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)