Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FontConfiguration

import type { FontConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

Configures the display properties of the given text.

interface FontConfiguration {
FontColor?: string | null;
FontDecoration?: FontDecoration | null;
FontSize?: FontSize | null;
FontStyle?: FontStyle | null;
FontWeight?: FontWeight | null;
}

§Properties

§
FontColor?: string | null
[src]

Determines the color of the text.

§
FontDecoration?: FontDecoration | null
[src]

Determines the appearance of decorative lines on the text.

§
FontSize?: FontSize | null
[src]

The option that determines the text display size.

§
FontStyle?: FontStyle | null
[src]

Determines the text display face that is inherited by the given font family.

§
FontWeight?: FontWeight | null
[src]

The option that determines the text display weight, or boldness.