| Package | Description |
|---|---|
| net.sf.okapi.common.filters.fontmappings |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFontMapping
A default font mapping implementation.
|
class |
ParametersStringFontMapping
Parameters string font mapping implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FontMapping> |
ParametersStringFontMappingsInput.read() |
Iterator<FontMapping> |
FontMappings.Input.read()
Obtains an iterator of the font mappings, which have been read
from the input.
|
| Modifier and Type | Method and Description |
|---|---|
ParametersString |
ParametersStringFontMappingsOutput.writtenWith(Iterator<FontMapping> fontMappingsIterator) |
T |
FontMappings.Output.writtenWith(Iterator<FontMapping> fontMappingsIterator)
Obtains a written output with the help of a provided font
mappings iterator.
|
| Constructor and Description |
|---|
DefaultFontMappings(FontMapping... mappings) |
| Constructor and Description |
|---|
DefaultFontMappings(List<FontMapping> mappings) |
Copyright © 2022. All rights reserved.