public class Range extends Object
SubRange
. This class is used in FontInfo
as internal field and in one of the overloads of the FontProvider.addFont(String, String, Range)
method as range of characters to be used in font.
To create a custom Range instance RangeBuilder
shall be used.
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int n)
Binary search over ordered segments.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 1998–2023 iText Group NV. All rights reserved.