Font

Overview

Font is a type in Aspose.PDF FOSS for Go.

Font is implemented by standard 14 fonts and embedded TTF fonts.

This type provides 2 methods for working with Font objects in Go programs. Available methods include: BaseFont, IsEmbedded. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
BaseFont()stringBaseFont returns the PostScript name, e.g.
IsEmbedded()boolIsEmbedded reports whether font data is embedded in the PDF (true for TTF, false for standard 14).

See Also

 English