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.

O.png Text may appear blurry if it's rendered at non-integer pixel locations.  


Constructors

love.graphics.newTextBatch Creates a new drawable TextBatch object. Added since 12.0

Functions

Object:release Immediately destroys the object's Lua reference. Added since 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