@musallam/photoshop-client
    Preparing search index...

    Interface TextOptions

    interface TextOptions {
        fonts?: StorageDetails[];
        globalFont?: string;
        layers: TextOptionsLayer[];
        manageMissingFonts?: PhotoshopClient.ManageMissingFonts;
    }
    Index

    Properties

    fonts?: StorageDetails[]

    Array of custom fonts needed in this document.

    globalFont?: string

    The PostScript name of the font to be used as the global default. If this font is also missing, the option specified in manageMissingFonts will take effect

    Array of text layer objects you wish to act upon. 1

    manageMissingFonts?: PhotoshopClient.ManageMissingFonts