public class FontSubstRule extends Object
Constructor and Description |
---|
FontSubstRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSourceFont()
Font to substitute.
|
String |
getTargetFont()
Substitution font.
|
int |
hashCode() |
Boolean |
isNotFoundOnly()
Substitute when font is not found.
|
FontSubstRule |
notFoundOnly(Boolean notFoundOnly) |
void |
setNotFoundOnly(Boolean notFoundOnly) |
void |
setSourceFont(String sourceFont) |
void |
setTargetFont(String targetFont) |
FontSubstRule |
sourceFont(String sourceFont) |
FontSubstRule |
targetFont(String targetFont) |
String |
toString() |
public FontSubstRule sourceFont(String sourceFont)
public String getSourceFont()
public void setSourceFont(String sourceFont)
public FontSubstRule targetFont(String targetFont)
public String getTargetFont()
public void setTargetFont(String targetFont)
public FontSubstRule notFoundOnly(Boolean notFoundOnly)
public Boolean isNotFoundOnly()
public void setNotFoundOnly(Boolean notFoundOnly)
Copyright © 2022. All rights reserved.