Interface FontMapping.Output<T>

    • 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 pattern
        targetLanguagePattern - The target language pattern
        sourceFontPattern - The source font pattern
        targetFont - The target font
        Returns:
        The written output