@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface EmbeddedFont

    A font embedded in a document (from GigaPdfDoc.embeddedFonts).

    interface EmbeddedFont {
        baseFont: string;
        format: "truetype" | "cff" | "type1";
    }
    Index

    Properties

    Properties

    baseFont: string

    The /BaseFont name (may carry a ABCDEF+ subset prefix).

    format: "truetype" | "cff" | "type1"

    Embedded program format. truetype (glyf) and a full OpenType cff (OTTO) re-embed directly via GigaPdfDoc.embedFont; bare cff (Type1C) and type1 are read-only here.