Interface ISplitCharacters
- All Known Implementing Classes:
BreakAllSplitCharacters, DefaultSplitCharacters, KeepAllSplitCharacters
public interface ISplitCharacters
Interface for customizing the split character.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSplitCharacter(GlyphLine text, int glyphPos) The splitting implementation is free to look ahead or look behind characters to make a decision.
-
Method Details