Type Alias CharacterStyle
CharacterStyle: { backgroundColor: ColorUsage; backgroundColorApplied?: boolean | null; baselineShiftValue?: string; color: ColorUsage; fillColorApplied?: boolean | null; fillOverprint?: boolean; fontKey?: string; fontSize?: number; id: Id; kerningOn: boolean; lineHeight?: number; lineThrough: boolean; name: string; strokeColor: ColorUsage; strokeColorApplied?: boolean | null; strokeOverprint?: boolean; strokeWidth?: number; subSuperScript?: Scripting; textIndent?: string; trackingLeft?: number; trackingRight?: number; typographicCase?: Case; underline: boolean;} Type declaration
OptionalbackgroundColorApplied?: boolean | null
OptionalbaselineShiftValue?: string
OptionalfillColorApplied?: boolean | null
OptionalfillOverprint?: boolean
OptionalfontKey?: string
OptionalfontSize?: number
kerningOn: boolean
OptionallineHeight?: number
lineThrough: boolean
name: string
OptionalstrokeColorApplied?: boolean | null
OptionalstrokeOverprint?: boolean
OptionalstrokeWidth?: number
OptionalsubSuperScript?: Scripting
OptionaltextIndent?: string
OptionaltrackingLeft?: number
OptionaltrackingRight?: number
OptionaltypographicCase?: Case
underline: boolean