Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Parameters

    • name: string

    Returns FontLook

Properties

Readonly name

name: string

Static accentColor

accentColor: Look<Color, AnyColor>

Static backgroundColor

backgroundColor: Look<Color, AnyColor>

Static borderColor

borderColor: Look<Color, AnyColor>

Static color

Static faintColor

faintColor: Look<Color, AnyColor>

Static font

font: Look<Font, AnyFont>

Static highlightColor

highlightColor: Look<Color, AnyColor>

Static iconColor

iconColor: Look<Color, AnyColor>

Static mutedColor

mutedColor: Look<Color, AnyColor>

Static neutralColor

neutralColor: Look<Color, AnyColor>

Static opacity

opacity: Look<number, never>

Static shadow

Static spacing

spacing: Look<Length, AnyLength>

Static statusColor

statusColor: Look<Color, AnyColor>

Static subduedColor

subduedColor: Look<Color, AnyColor>

Static timing

Methods

add

between

coerce

  • Parameters

    Returns Font

combine

  • combine(combination: undefined | Font, value: Font, weight?: number): Font
  • Parameters

    • combination: undefined | Font
    • value: Font
    • Optional weight: number

    Returns Font

dot

dotOr

empty

  • Returns LookVector<Font>

fromArray

  • Parameters

    • array: readonly [Feel, Font][]
    • Optional index: {}
      • [name: string]: number | undefined

    Returns LookVector<Font>

multiply

negate

of

  • Parameters

    Returns LookVector<Font>

subtract

toString

  • toString(): string
  • Returns string

Generated using TypeDoc