MonobjcMonobjc Documented Class Library
PositionOfGlyphForCharacterStruckOverRect Method (aGlyph, aChar, aRect)
NamespacesMonobjc.AppKitNSFontPositionOfGlyphForCharacterStruckOverRect(UInt32, Char, NSRect)

Calculates and returns a suitable location for the given glyph to be drawn. (Deprecated in Mac OS X v10.4. Context-sensitive interglyph spacing is now performed at the typesetting stage.)

Original signature is '- (NSPoint)positionOfGlyph:(NSGlyph)aGlyph forCharacter:(unichar)aChar struckOverRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Context-sensitive interglyph spacing is now performed at the typesetting stage.")]
public virtual NSPoint PositionOfGlyphForCharacterStruckOverRect(
	uint aGlyph,
	char aChar,
	NSRect aRect
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Context-sensitive interglyph spacing is now performed at the typesetting stage.")> _
Public Overridable Function PositionOfGlyphForCharacterStruckOverRect ( _
	aGlyph As UInteger, _
	aChar As Char, _
	aRect As NSRect _
) As NSPoint
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Context-sensitive interglyph spacing is now performed at the typesetting stage.")]
public:
virtual NSPoint PositionOfGlyphForCharacterStruckOverRect(
	unsigned int aGlyph, 
	wchar_t aChar, 
	NSRect aRect
)
Parameters
aGlyph (UInt32)
MISSING
aChar (Char)
MISSING
aRect (NSRect)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSFont.PositionOfGlyphForCharacterStruckOverRect(System.UInt32,System.Char,Monobjc.Foundation.NSRect)"]

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)