MonobjcMonobjc Documented Class Library
PositionOfGlyphStruckOverGlyphMetricsExist Method (aGlyph, baseGlyph, flag)
NamespacesMonobjc.AppKitNSFontPositionOfGlyphStruckOverGlyphMetricsExist(UInt32, UInt32, Boolean%)

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 struckOverGlyph:(NSGlyph)baseGlyph 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 PositionOfGlyphStruckOverGlyphMetricsExist(
	uint aGlyph,
	uint baseGlyph,
	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 PositionOfGlyphStruckOverGlyphMetricsExist ( _
	aGlyph As UInteger, _
	baseGlyph As UInteger, _
	<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 PositionOfGlyphStruckOverGlyphMetricsExist(
	unsigned int aGlyph, 
	unsigned int baseGlyph, 
	[OutAttribute] bool% flag
)
Parameters
aGlyph (UInt32)
MISSING
baseGlyph (UInt32)
MISSING
flag (Boolean%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSFont.PositionOfGlyphStruckOverGlyphMetricsExist(System.UInt32,System.UInt32,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)