Difference between revisions of "GlyphData:getFormat"

(Some raw info about it (from love source code) because it seems not to be documented)
 
m (Seems like since 11.0? (when added PixelFormat))
 
Line 1: Line 1:
{{newin|[[0.7.0]]|070|type=function}}
+
{{newin|[[11.0]]|110|type=function}}
 
Gets glyph pixel format.
 
Gets glyph pixel format.
 
== Function ==
 
== Function ==

Latest revision as of 10:03, 22 April 2020

Available since LÖVE 11.0
This function is not supported in earlier versions.

Gets glyph pixel format.

Function

Synopsis

format = GlyphData:getFormat()

Arguments

None.

Returns

PixelFormat format
Glyph pixel format.

See Also


Other Languages