iText 8.0.2 API
|
Class represents ordered list of SubRange. More...
Inherited by iText.Layout.Font.Range.FullRange.
Classes |
|
class | FullRange |
class | SubRange |
Public Member Functions |
|
virtual bool | Contains (int n) |
Binary search over ordered segments. More... |
|
override bool | Equals (Object o) |
override int | GetHashCode () |
override String | ToString () |
Class represents ordered list of SubRange.
Class represents ordered list of SubRange. This class is used in FontInfo as internal field and in one of the overloads of the FontProvider.AddFont(System.String, System.String, Range) method as range of characters to be used in font.
To create a custom Range instance RangeBuilder shall be used.
|
inlinevirtual |
Binary search over ordered segments.
n | numeric character reference based on the character's Unicode code point |