adobe-firefly-sdk
    Preparing search index...

    Type Alias TextDetails

    TextDetails

    Supported text layer attributes.

    type TextDetails = {
        antiAlias?: AntiAliasType & unknown;
        characterStyles?: CharacterStyleDetails[];
        content?: string;
        eastAsianFeatures?: EastAsianFeatures & unknown;
        orientation?: OrientationType;
        paragraphStyles?: ParagraphStyleDetails[];
        rotate?: number;
        textType?: TextType & unknown;
    }
    Index

    Properties

    antiAlias?: AntiAliasType & unknown
    characterStyles?: CharacterStyleDetails[]

    Array of character style objects. Any of the characterStyles property is required.

    content?: string

    The content of the text layer.

    eastAsianFeatures?: EastAsianFeatures & unknown
    orientation?: OrientationType
    paragraphStyles?: ParagraphStyleDetails[]

    Array of paragraph style objects. Any of the paragraphStyles properties is required.

    rotate?: number

    The text's rotation in angle.

    textType?: TextType & unknown