{{newin|[[0.7.0]]|070|type=function}}
Creates a new GlyphData.
== Function ==
=== Synopsis ===
<source lang="lua">
glyphData = love.font.newGlyphData( rasterizer, glyph )
</source>
=== Arguments ===
{{param|Rasterizer|rasterizer|The Rasterizer containing the font.}}
{{param|number|glyph|The character code of the glyph.}}
=== Returns ===
{{param|GlyphData|glyphData|The GlyphData.}}
== See Also ==
* [[parent::love.font]]
* [[Constructs::GlyphData]]
[[Category:Functions]]
{{#set:Description=Creates a new GlyphData.}}
== Other Languages ==
{{i18n|love.font.newGlyphData}}