Interface FontMapping.Output<T>
-
- Type Parameters:
T- The type of the output
- All Known Implementing Classes:
ParametersStringFontMappingOutput
- Enclosing interface:
- FontMapping
public static interface FontMapping.Output<T>The font mapping output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwrittenWith(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.
-
-
-
Method Detail
-
writtenWith
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.- Parameters:
sourceLanguagePattern- The source language patterntargetLanguagePattern- The target language patternsourceFontPattern- The source font patterntargetFont- The target font- Returns:
- The written output
-
-