Interface Sticker

Sticker data

interface Sticker {
    glType: Sticker;
    text: string;
    color: StickerColor;
    form: StickerForm;
    hAlign: GlHTextAlign;
    vAlign: GlVTextAlign;
    size: BiggerThenZeroNumber;
    borderColor: StickerBorderColor;
    borderType: BorderType;
    borderSize: PositiveNumber;
}

Hierarchy (view full)

Properties

glType: Sticker

Type of contained data

text: string

Text

Background color

Figure

hAlign: GlHTextAlign

Horizontal alignment of the text

vAlign: GlVTextAlign

Vertical alignment of the text

Font size

borderColor: StickerBorderColor

Border color

borderType: BorderType

Border style

borderSize: PositiveNumber

Border width