public final class ParametersStringFontMappingOutput extends Object implements FontMapping.Output<ParametersString>
| Constructor and Description |
|---|
ParametersStringFontMappingOutput() |
| Modifier and Type | Method and Description |
|---|---|
ParametersString |
writtenWith(Pattern sourceLocalePattern,
Pattern targetLocalePattern,
Pattern sourceFontPattern,
String targetFont)
Obtains a written output with the help of provided source and
target languages, source and target fonts.
|
public ParametersString writtenWith(Pattern sourceLocalePattern, Pattern targetLocalePattern, Pattern sourceFontPattern, String targetFont)
FontMapping.OutputwrittenWith in interface FontMapping.Output<ParametersString>sourceLocalePattern - The source language patterntargetLocalePattern - The target language patternsourceFontPattern - The source font patterntargetFont - The target fontCopyright © 2021. All rights reserved.