Load and Extract Data | API Solution for Java

Contents
[ Hide Show ]

Load Type1 Font from Disc

Aspose.Font for Java API lets you read Type1 Font types from files stored in your digital storage. Type1 font files stored on disc can be loaded by using the following steps.

1// For complete examples and data files, please go to https://github.com/aspose-font/Aspose.Font-for-Java
2String fileName = Utils.getDataDir() + "courier.pfb"; //Font file name with full path
3
4FontDefinition fd = new FontDefinition(FontType.Type1, new FontFileDefinition("pfb", new FileSystemStreamSource(fileName)));
5      Type1Font font = (Type1Font) Font.open(fd);
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.