|
iText 9.6.0 API
|
Interface for customizing the split character. More...
Public Member Functions |
|
| bool | IsSplitCharacter (GlyphLine text, int glyphPos) |
| The splitting implementation is free to look ahead or look behind characters to make a decision. More... |
|
Interface for customizing the split character.
| bool iText.Layout.Splitting.ISplitCharacters.IsSplitCharacter | ( | GlyphLine | text, |
| int | glyphPos | ||
| ) |
The splitting implementation is free to look ahead or look behind characters to make a decision.
| glyphPos | the position of iText.IO.Font.Otf.Glyph in the iText.IO.Font.Otf.GlyphLine |
| text | an array of unicode char codes which represent current text |
Implemented in iText.Layout.Splitting.DefaultSplitCharacters, iText.Layout.Splitting.BreakAllSplitCharacters, and iText.Layout.Splitting.KeepAllSplitCharacters.