adobe-firefly-sdk
    Preparing search index...

    Type Alias TextLayerCharacterStyleDetails

    TextLayerCharacterStyleDetails

    type TextLayerCharacterStyleDetails = {
        fontColor?: FontColorDetails;
        fontName?: string;
        fontSize?: number;
        from?: number;
        orientation?: OrientationType;
        to?: number;
    }
    Index

    Properties

    fontColor?: FontColorDetails
    fontName?: string

    The font's PostScript name from the list of supported fonts.

    fontSize?: number

    The font size in points.

    from?: number

    The beginning of the range of characters that this character style applies to. Based on initial index of 0. For example a style applied to only the first two characters would be from=0 and to=1.

    orientation?: OrientationType
    to?: number

    The ending of the range of characters that this character style applies to. Based on initial index of 0. For example a style applied to only the first two characters would be from=0 and to=1.