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
| Signature | Description |
|---|---|
BaseFont() → string | BaseFont returns the PostScript name, e.g. |
IsEmbedded() → bool | IsEmbedded reports whether font data is embedded in the PDF (true for TTF, false for standard 14). |