Nutrient Web SDK
    Preparing search index...

    Type Alias TextAnnotationFonts

    type TextAnnotationFonts = {
        customFonts: string[];
        supportedFonts: string[];
        unsupportedCurrentFont: string | null;
    }
    Index

    Properties

    customFonts: string[]
    supportedFonts: string[]
    unsupportedCurrentFont: string | null