public interface FontMapping
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FontMapping.Output<T>
The font mapping output.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicableTo(LocalePair pair)
Checks whether the font mapping is applicable to a language pair.
|
boolean |
applicableTo(String sourceFont)
Checks whether the font mapping is applicable to a source font.
|
String |
targetFont()
Obtains a target font.
|
<T> T |
writtenTo(FontMapping.Output<T> output)
Obtains the font mapping output with the written font mapping to it.
|
boolean applicableTo(LocalePair pair)
pair - The language pairtrue if the mapping is applicable to the language pair
and false otherwiseboolean applicableTo(String sourceFont)
true if the mapping is applicable to the source font
and false otherwiseString targetFont()
<T> T writtenTo(FontMapping.Output<T> output)
output - The outputCopyright © 2021. All rights reserved.