iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: ITextBoxOptions

text.ITextBoxOptions

Text box options

Table of contents

Properties

Properties

border

Optional border: "ascii" | "none" | "single" | "double"

Defined in

core/src/text.ts:31


borderColor

Optional borderColor: string

Defined in

core/src/text.ts:32


fillColor

Optional fillColor: string

Defined in

core/src/text.ts:33


height

Optional height: number

Defined in

core/src/text.ts:29


padding

Optional padding: number

Defined in

core/src/text.ts:30


title

Optional title: string

Defined in

core/src/text.ts:34


titleAlign

Optional titleAlign: TextAlignment

Defined in

core/src/text.ts:35


width

width: number

Defined in

core/src/text.ts:28