|
iText 9.7.0 API
|
The implementation of ISplitCharacters that allows breaking within words. More...
Public Member Functions |
|
| virtual bool | IsSplitCharacter (GlyphLine text, int glyphPos) |
| The splitting implementation is free to look ahead or look behind characters to make a decision. More... |
|
The implementation of ISplitCharacters that allows breaking within words.
|
inlinevirtual |
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 |
Implements iText.Layout.Splitting.ISplitCharacters.