disguise developers

Designer Plugins

Plugins for Disguise Designer software.

TextModule

Base class: Module

Properties

font : TextFont

Use default font or load .ttf font file in /objects/textfonts

fontSize : int

Size of the text (in pixel)

hAlignment : int

Horizontal alignment for text

text : str

Text to display

vAlignment : int

Vertical alignment for text

xPosition : int

Horizontal position offset from alignment (in pixel)

yPosition : int

Vertical position offset from alignment (in pixel)

Constructors

__init__(self)