Difference between revisions of "Rasterizer:getGlyphData"

m
m
 
Line 23: Line 23:
 
== See Also ==
 
== See Also ==
 
* [[parent::Rasterizer]]
 
* [[parent::Rasterizer]]
* [[GlyphData]]
+
* [[Constructs::GlyphData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets glyph data of a specified glyph.}}
 
{{#set:Description=Gets glyph data of a specified glyph.}}

Latest revision as of 13:58, 16 April 2020

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

Gets glyph data of a specified glyph.

Function

Synopsis

glyphData = Rasterizer:getGlyphData( glyph )

Arguments

string glyph
Glyph

Returns

GlyphData glyphData
Glyph data

Function

Synopsis

glyphData = Rasterizer:getGlyphData( glyphNumber )

Arguments

number glyphNumber
Glyph number

Returns

GlyphData glyphData
Glyph data

See Also


Other Languages