MonobjcMonobjc Documented Class Library
SetAttachmentSizeForGlyphRange Method (attachmentSize, glyphRange)
NamespacesMonobjc.AppKitNSTypesetterSetAttachmentSizeForGlyphRange(NSSize, NSRange)

Sets the size the specified glyphs (assumed to be attachments) will be asked to draw themselves at.

Original signature is '- (void)setAttachmentSize:(NSSize)attachmentSize forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAttachmentSizeForGlyphRange(
	NSSize attachmentSize,
	NSRange glyphRange
)
Public Overridable Sub SetAttachmentSizeForGlyphRange ( _
	attachmentSize As NSSize, _
	glyphRange As NSRange _
)
public:
virtual void SetAttachmentSizeForGlyphRange(
	NSSize attachmentSize, 
	NSRange glyphRange
)
Parameters
attachmentSize (NSSize)
The size the glyphs in glyphRange (assumed to be attachments) will be asked to draw themselves at.
glyphRange (NSRange)
The range of glyphs the attachment size applies to.
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)