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:51


borderColor

Optional borderColor: string

Defined in

core/src/text.ts:52


fillColor

Optional fillColor: string

Defined in

core/src/text.ts:53


height

Optional height: number

Defined in

core/src/text.ts:49


padding

Optional padding: number

Defined in

core/src/text.ts:50


title

Optional title: string

Defined in

core/src/text.ts:54


titleAlign

Optional titleAlign: TextAlignment

Defined in

core/src/text.ts:55


width

width: number

Defined in

core/src/text.ts:48