A PostScript font which uses an encoding vector. @author John Hewson
| 25 | * @author John Hewson |
| 26 | */ |
| 27 | public interface EncodedFont |
| 28 | { |
| 29 | /** |
| 30 | * Returns the PostScript Encoding vector for the font. |
| 31 | * |
| 32 | * @return the encoding |
| 33 | */ |
| 34 | Encoding getEncoding(); |
| 35 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…