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

    Interface CharacterStyleDetails

    Character style settings.

    interface CharacterStyleDetails {
        autoKern?: PhotoshopClient.AutoKernType;
        baseline?: PhotoshopClient.BaselineType;
        color?: ColorDetails;
        fontCaps?: PhotoshopClient.FontCaps;
        fontPostScriptName?: string;
        fractions?: boolean;
        horizontalScale?: number;
        leading?: number;
        ligature?: boolean;
        size?: number;
        strikethrough?: boolean;
        stylisticAlternates?: boolean;
        syntheticBold?: boolean;
        syntheticItalic?: boolean;
        tracking?: number;
        underline?: boolean;
        verticalScale?: number;
    }
    Index

    Properties

    color?: ColorDetails
    fontPostScriptName?: string

    The font's PostScript name to be used to set the font for this layer.

    fractions?: boolean

    Toggle automatic formatting of fractions: numbers separated by a slash (such as 1/2).

    horizontalScale?: number

    The amount of horizontal scaling to apply to the font. 0 1000

    leading?: number

    The font's leading value, where leading is the distance between each line of text.

    ligature?: boolean

    Toggle text ligature, which are special characters in a font that combine two (or more).

    size?: number

    The font size, in pixels. 0.04 5400

    strikethrough?: boolean

    Toggle strikethrough for selected text.

    stylisticAlternates?: boolean

    Toggle stylistic alternates, which formats stylized characters that create a purely aesthetic effect.

    syntheticBold?: boolean

    Toggle bold for selected text.

    syntheticItalic?: boolean

    Toggle italic for selected text.

    tracking?: number

    The font's tracking value, where tracking is the horizontal spacing between a range of characters.

    underline?: boolean

    Toggle underlining of text.

    verticalScale?: number

    The amount of vertical scaling to apply to the font. 0 1000