Difference between revisions of "love.font.newFontData"

m (included Other Languages section)
Line 1: Line 1:
{{newin|[[0.7.0]]|type=function}}
+
{{newin|[[0.7.0]]|070|type=function}}
 
Creates a new FontData.
 
Creates a new FontData.
 
== Function ==
 
== Function ==
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.font]]
 
* [[parent::love.font]]
 +
* [[Constructs::FontData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Creates a new FontData.}}
 
{{#set:Description=Creates a new FontData.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.font.newFontData}}
 
{{i18n|love.font.newFontData}}

Revision as of 09:45, 25 March 2011

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

Creates a new FontData.

Function

Synopsis

fontData = love.font.newFontData( rasterizer )

Arguments

Rasterizer rasterizer
The Rasterizer containing the font.

Returns

FontData fontData
The FontData.

See Also

Other Languages