public class FontPatternExtractor extends Object
Constructor and Description |
---|
FontPatternExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
extract(File file,
File targetDir)
Extracts the Type1 PFB file from the given AFP outline font.
|
static void |
main(String[] args)
Main method
|
public void extract(File file, File targetDir) throws IOException
file
- the AFP file to read fromtargetDir
- the target directory where the PFB file is to be placed.IOException
- if an I/O error occurspublic static void main(String[] args)
args
- the command-line argumentsCopyright © 2025 Apache Software Foundation. All rights reserved.