MonobjcMonobjc Documented Class Library
HyphenCharacterForGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSTypesetterHyphenCharacterForGlyphAtIndex(NSUInteger)

Returns the hyphen character to be inserted after the specified glyph.

Original signature is '- (UTF32Char)hyphenCharacterForGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint HyphenCharacterForGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function HyphenCharacterForGlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As UInteger
public:
virtual unsigned int HyphenCharacterForGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
The index of the glyph in question.
Return Value
The hyphen character to be inserted after the glyph at glyphIndex.
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)