Interface ISplitCharacters
Interface for customizing the split character.
public interface ISplitCharacters
Methods
IsSplitCharacter(GlyphLine, int)
The splitting implementation is free to look ahead or look behind characters to make a decision.
bool IsSplitCharacter(GlyphLine text, int glyphPos)
Parameters
Returns
- bool
true if the character can split a line.