Difference between revisions of "love.font.newFontData"

m (Basic description.)
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|type=function}}
+
{{newinoldin|[[0.7.0]]|070|[[0.8.0]]|080|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 ==
 +
{{i18n|love.font.newFontData}}

Latest revision as of 18:53, 27 December 2015

Available since LÖVE 0.7.0 and removed in LÖVE 0.8.0
This function is not supported in earlier or later 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