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

    Interface TextLayerCharacterStyleDetails

    interface TextLayerCharacterStyleDetails {
        fontColor?: FontColorDetails;
        fontName?: string;
        fontSize?: number;
        from?: number;
        orientation?: PhotoshopClient.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. 0

    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. 0