public class FontFallbackRule extends Object
Constructor and Description |
---|
FontFallbackRule() |
Modifier and Type | Method and Description |
---|---|
FontFallbackRule |
addFallbackFontListItem(String fallbackFontListItem) |
boolean |
equals(Object o) |
FontFallbackRule |
fallbackFontList(List<String> fallbackFontList) |
List<String> |
getFallbackFontList()
List of fallback font links.
|
Integer |
getRangeEndIndex()
Last index of continuous unicode range.
|
Integer |
getRangeStartIndex()
First index of continuous unicode range.
|
int |
hashCode() |
FontFallbackRule |
rangeEndIndex(Integer rangeEndIndex) |
FontFallbackRule |
rangeStartIndex(Integer rangeStartIndex) |
void |
setFallbackFontList(List<String> fallbackFontList) |
void |
setRangeEndIndex(Integer rangeEndIndex) |
void |
setRangeStartIndex(Integer rangeStartIndex) |
String |
toString() |
public FontFallbackRule rangeStartIndex(Integer rangeStartIndex)
public Integer getRangeStartIndex()
public void setRangeStartIndex(Integer rangeStartIndex)
public FontFallbackRule rangeEndIndex(Integer rangeEndIndex)
public Integer getRangeEndIndex()
public void setRangeEndIndex(Integer rangeEndIndex)
public FontFallbackRule fallbackFontList(List<String> fallbackFontList)
public FontFallbackRule addFallbackFontListItem(String fallbackFontListItem)
public List<String> getFallbackFontList()
Copyright © 2022. All rights reserved.