Result
Overview
Result is a class in Aspose.PDF FOSS for Java.
Result tuple from {@link #build}: the {@code /Type0} font dict to register under /Resources/Font, plus the {@link TrueTypeReader} the caller will need to map Unicode → glyph IDs when encoding text.
This class provides 1 method for working with Result objects in Java programs.
Available methods include: Result.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: reader, type0Font.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type0Font | PdfDictionary | Read | Gets the type0 font. |
reader | TrueTypeReader | Read | Gets the reader. |
Methods
| Signature | Description |
|---|---|
Result(type0Font: PdfDictionary, reader: TrueTypeReader) |