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

    Interface TextLayerDetails

    Text settings.

    interface TextLayerDetails {
        characterStyles?: TextLayerCharacterStyleDetails[];
        content?: string;
        paragraphStyles?: TextLayerParagraphStyleDetails[];
    }
    Index

    Properties

    characterStyles?: TextLayerCharacterStyleDetails[]

    Character style settings. If the same supported attributes apply to all characters in the layer, then this will be an array of one item. Otherwise, each characterStyle object will have a 'from' and 'to' value indicating the range of characters that style applies to.

    content?: string

    The text string.

    paragraphStyles?: TextLayerParagraphStyleDetails[]

    Paragraph style settings. If the same supported attributes apply to all characters in the layer then this will be an array of one item, otherwise each paragraph style object will have a 'from' and 'to' value indicating the range of characters that the style applies to.