Type0FontBuilder
Overview
Type0FontBuilder is a class in Aspose.PDF FOSS for Java.
Builds the PDF object graph required to embed a TrueType font as a {@code /Type0} composite font with {@code /Identity-H} encoding (ISO 32000-1:2008, §9.7).
This class provides 1 method for working with Type0FontBuilder objects in Java programs.
Available methods include: build.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
build(baseFontName: String, ttfBytes: byte[]) → Result | Builds the Type0 font object graph for the supplied TrueType bytes. |