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.

Properties

NameTypeAccessDescription
type0FontCOSDictionaryRead
readerTrueTypeReaderRead

Methods

SignatureDescription
Result(type0Font: COSDictionary, reader: TrueTypeReader)

See Also