T - The type of the outputpublic static interface FontMapping.Output<T>
| Modifier and Type | Method and Description |
|---|---|
T |
writtenWith(Pattern sourceLanguagePattern,
Pattern targetLanguagePattern,
Pattern sourceFontPattern,
String targetFont)
Obtains a written output with the help of provided source and
target languages, source and target fonts.
|
T writtenWith(Pattern sourceLanguagePattern, Pattern targetLanguagePattern, Pattern sourceFontPattern, String targetFont)
sourceLanguagePattern - The source language patterntargetLanguagePattern - The target language patternsourceFontPattern - The source font patterntargetFont - The target fontCopyright © 2021. All rights reserved.