Interface FontMappings.Output<T>
-
- Type Parameters:
T- The type of the output
- All Known Implementing Classes:
ParametersStringFontMappingsOutput
- Enclosing interface:
- FontMappings
public static interface FontMappings.Output<T>The font mappings output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwrittenWith(Iterator<FontMapping> fontMappingsIterator)Obtains a written output with the help of a provided font mappings iterator.
-
-
-
Method Detail
-
writtenWith
T writtenWith(Iterator<FontMapping> fontMappingsIterator)
Obtains a written output with the help of a provided font mappings iterator.- Parameters:
fontMappingsIterator- The font mappings iterator- Returns:
- The written output
-
-