TextBatch
Available since LÖVE 12.0 |
This type has been renamed from Text. |
One or more precalculated strings of text stored in a Drawable object.
A TextBatch can be useful to avoid recalculating text layout when the contents of one or more strings to be printed don't change across frames. It is similar to a SpriteBatch.
Text may appear blurry if it's rendered at non-integer pixel locations. |
Constructors
love.graphics.newTextBatch | Creates a new drawable TextBatch object. | 12.0 |
Functions
Object:release | Immediately destroys the object's Lua reference. | 11.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info