Contents

hyphenCharacter(forGlyphAt:)

Returns the hyphen character to be inserted after the specified glyph when hyphenation is enabled in the layout manager.

Declaration

func hyphenCharacter(forGlyphAt glyphIndex: Int) -> UTF32Char

Discussion

The typesetter calls this method before hyphenating. A subclass can override this method to return a different hyphen glyph.

See Also

Laying Out Glyphs