MonobjcMonobjc Documented Class Library
PositionOfGlyphStruckOverRectMetricsExist Method (aGlyph, aRect, flag)
NamespacesMonobjc.AppKitNSFontPositionOfGlyphStruckOverRectMetricsExist(UInt32, NSRect, Boolean%)

Overridden by subclasses to calculate and return a suitable location for a 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 struckOverRect:(NSRect)aRect metricsExist:(BOOL *)flag'

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 PositionOfGlyphStruckOverRectMetricsExist(
	uint aGlyph,
	NSRect aRect,
	out bool flag
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Context-sensitive interglyph spacing is now performed at the typesetting stage.")> _
Public Overridable Function PositionOfGlyphStruckOverRectMetricsExist ( _
	aGlyph As UInteger, _
	aRect As NSRect, _
	<OutAttribute> ByRef flag As Boolean _
) 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 PositionOfGlyphStruckOverRectMetricsExist(
	unsigned int aGlyph, 
	NSRect aRect, 
	[OutAttribute] bool% flag
)
Parameters
aGlyph (UInt32)
MISSING
aRect (NSRect)
MISSING
flag (Boolean%)
MISSING
Return Value

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

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)