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.

C# | Visual Basic | Visual C++ |
public virtual uint HyphenCharacterForGlyphAtIndex( NSUInteger glyphIndex )
Public Overridable Function HyphenCharacterForGlyphAtIndex ( _ glyphIndex As NSUInteger _ ) As UInteger
public: virtual unsigned int HyphenCharacterForGlyphAtIndex( NSUInteger glyphIndex )

- glyphIndex (NSUInteger)
- The index of the glyph in question.

The hyphen character to be inserted after the glyph at glyphIndex.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)