Interface FontMappings.Input
-
- All Known Implementing Classes:
ParametersStringFontMappingsInput
- Enclosing interface:
- FontMappings
public static interface FontMappings.InputThe font mappings input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<FontMapping>read()Obtains an iterator of the font mappings, which have been read from the input.
-
-
-
Method Detail
-
read
Iterator<FontMapping> read()
Obtains an iterator of the font mappings, which have been read from the input.- Returns:
- The font mappings iterator
-
-