Difference between revisions of "GlyphData:getGlyph"

(Some raw info about it (from love source code) because it seems not to be documented)
 
m
 
Line 9: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|width|Glyph number.}}
+
{{param|number|glyph|Glyph number.}}
  
 
== See Also ==
 
== See Also ==

Latest revision as of 09:46, 22 April 2020

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

Gets glyph number.

Function

Synopsis

glyph = GlyphData:getGlyph()

Arguments

None.

Returns

number glyph
Glyph number.

See Also


Other Languages