Nutrient Web SDK
    Preparing search index...

    Interface FontMatchResult

    Font selection result for content editing font matching.

    interface FontMatchResult {
        font: AvailableFontFace;
        size: undefined | null | number;
    }
    Index

    Properties

    Properties

    The specific font face to use from the available fonts array

    size: undefined | null | number

    The font size to use. If not specified, the size reported by the PDF will be used.