Package org.apache.fontbox.type1
Interface Type1CharStringReader
- All Known Implementing Classes:
Type1Font
public interface Type1CharStringReader
Something which can read Type 1 CharStrings, namely Type 1 and CFF fonts.
- Author:
- John Hewson
-
Method Summary
Modifier and TypeMethodDescriptiongetType1CharString
(String name) Returns the Type 1 CharString for the character with the given name.
-
Method Details
-
getType1CharString
Returns the Type 1 CharString for the character with the given name.- Returns:
- Type 1 CharString
- Throws:
IOException
- if something went wrong
-