BundledFonts

Raw bytes of the fonts shipped inside the library.

PdfKmp bundles Inter (SIL Open Font License 1.1) so that text rendering is consistent across every supported platform: both Android and iOS register exactly the same byte sequence with their native font managers, and the resulting PDFs embed the same glyph outlines.

The bytes are decoded from the generated font.bundled constants on first access and cached for the lifetime of the process. Each property allocates roughly 400 KB of memory once.

Bundled fonts are licensed separately from PdfKmp — see pdfkmp/fonts/Inter-LICENSE.txt for the SIL OFL 1.1 terms.

Properties

Link copied to clipboard

Inter Bold (weight 700, upright).

Link copied to clipboard

Inter Bold Italic (weight 700, italic).

Link copied to clipboard

Inter Italic (weight 400, italic).

Link copied to clipboard

Inter Regular (weight 400, upright). The library default.