org.apache.batik.gvt.font
public class UnicodeRange extends Object
| Constructor Summary | |
|---|---|
| UnicodeRange(String unicodeRange)
Constructs a unicode range from a CSS unicode range string. | |
| Method Summary | |
|---|---|
| boolean | contains(String unicode)
Returns true if the specified unicode value is within this range. |
| boolean | contains(int unicodeVal) |