public interface FontMappings
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FontMappings.Input
The font mappings input.
|
static interface |
FontMappings.Output<T>
The font mappings output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFrom(FontMappings.Input input)
Adds font mappings from input.
|
FontMappings |
applicableTo(LocalePair pair)
Returns applicable font mappings to a language pair.
|
String |
targetFontFor(String sourceFont)
Returns a target font for a source font.
|
<T> T |
writtenTo(FontMappings.Output<T> output)
Obtains the font mappings output with the written font mappings to it.
|
FontMappings applicableTo(LocalePair pair)
pair - The language pairString targetFontFor(String sourceFont)
sourceFont - The source fontvoid addFrom(FontMappings.Input input)
input - The font mappings input to add from<T> T writtenTo(FontMappings.Output<T> output)
output - The outputCopyright © 2022. All rights reserved.