LegacyText

Description: LegacyText is a basic text-rendering component for UI applications and game editors. It is intended for displaying static or minimally interactive text such as labels, captions, or debug information.

This component is currently a lightweight wrapper around PyQt6’s text-related widgets and follows their default behavior.

Status

Example: Usage

from VertexEngine.VertexWidgets.SimpleGUI import *

label = LegacyText("Hello, Vertex!")

Parameters

Returns

A LegacyText instance that displays text on the screen.

Notes