Type0FontBuilder

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).

Methods

SignatureDescription
build(baseFontName: String, ttfBytes: byte[]) โ†’ ResultBuilds the Type0 font object graph for the supplied TrueType bytes.

See Also