Package com.tom_roush.fontbox.type1
Interface Type1CharStringReader
-
- All Known Implementing Classes:
Type1Font
public interface Type1CharStringReaderSomething which can read Type 1 CharStrings, namely Type 1 and CFF fonts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type1CharStringgetType1CharString(String name)Returns the Type 1 CharString for the character with the given name.
-
-
-
Method Detail
-
getType1CharString
Type1CharString getType1CharString(String name) throws IOException
Returns the Type 1 CharString for the character with the given name.- Returns:
- Type 1 CharString
- Throws:
IOException- if something went wrong
-
-