Class FontLook

Hierarchy

  • Look<Font>
    • FontLook

Constructors

Properties

name: string
accentColor: Look<Color>
backgroundColor: Look<Color>
borderColor: Look<Color>
etchColor: Look<Color>
focusColor: Look<Color>
font: Look<Font>
gridColor: Look<Color>
highlightColor: Look<Color>
iconColor: Look<Color>
labelColor: Look<Color>
largeFont: Look<Font>
legendColor: Look<Color>
maskColor: Look<Color>
opacity: Look<number>
placeholderColor: Look<Color>
selectionColor: Look<Color>
shadow: Look<BoxShadow>
smallFont: Look<Font>
spacing: Look<Length>
statusColor: Look<Color>
textColor: Look<Color>
tickColor: Look<Color>
timing: Look<Timing>

Methods

  • Parameters

    • a: Font
    • b: Font

    Returns Interpolator<Font>

  • Parameters

    • value: FontLike

    Returns Font

  • Parameters

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

    Returns Font

  • Parameters

    Returns Font

  • Type Parameters

    • E

    Parameters

    Returns Font | E

  • Parameters

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

    Returns LookVector<Font>

  • Parameters

    • Rest ...feels: [Feel, string | Font | FontInit][]

    Returns LookVector<Font>

  • Returns string

  • Type Parameters

    • T extends FontLike | Look<Font>

    Parameters

    • value: T

    Returns Font | Look<Font> | Uninitable<T>

Generated using TypeDoc