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

NameTypeAccessDescription
type0FontPdfDictionaryReadGets the type0 font.
readerTrueTypeReaderReadGets the reader.

Methods

SignatureDescription
Result(type0Font: PdfDictionary, reader: TrueTypeReader)

See Also

 English