DrawDualText
Description
ℹ️
This method will resolve fonts registered with PIXEL UI. See PIXEL.RegisterFont or PIXEL.RegisterFontUnscaled for more information.
Draws two lines of shadow text with unique attributes. The title and subtitle arguments must be a table with the following format:
Index | Type | Purpose |
---|---|---|
1 | string (opens in a new tab) | The text to draw. |
2 | string (opens in a new tab) | The font to use. |
3 | Color (opens in a new tab) | The color of the text. |
4 | number (opens in a new tab) | The horizontal alignment. |
5 | number (opens in a new tab) | The size of the shadow. |
6 | number (opens in a new tab) | The transparency of the shadow. |