MonobjcMonobjc Documented Class Library
PositionOfGlyphWithRelationToBaseGlyphTotalAdvancementMetricsExist Method (aGlyph, relation, baseGlyph, offset, flag)
NamespacesMonobjc.AppKitNSFontPositionOfGlyphWithRelationToBaseGlyphTotalAdvancementMetricsExist(UInt32, NSGlyphRelation, UInt32, NSSize%, Boolean%)

Calculates and returns 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 withRelation:(NSGlyphRelation)relation toBaseGlyph:(NSGlyph)baseGlyph totalAdvancement:(NSSizePointer)offset 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 PositionOfGlyphWithRelationToBaseGlyphTotalAdvancementMetricsExist(
	uint aGlyph,
	NSGlyphRelation relation,
	uint baseGlyph,
	ref NSSize offset,
	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 PositionOfGlyphWithRelationToBaseGlyphTotalAdvancementMetricsExist ( _
	aGlyph As UInteger, _
	relation As NSGlyphRelation, _
	baseGlyph As UInteger, _
	ByRef offset As NSSize, _
	<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 PositionOfGlyphWithRelationToBaseGlyphTotalAdvancementMetricsExist(
	unsigned int aGlyph, 
	NSGlyphRelation relation, 
	unsigned int baseGlyph, 
	NSSize% offset, 
	[OutAttribute] bool% flag
)
Parameters
aGlyph (UInt32)
MISSING
relation (NSGlyphRelation)
MISSING
baseGlyph (UInt32)
MISSING
offset (NSSize%)
MISSING
flag (Boolean%)
MISSING
Return Value

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