Difference between revisions of "love.font.newFontData"

m (Removed in 0.8.0)
Line 1: Line 1:
 
{{newin|[[0.7.0]]|070|type=function}}
 
{{newin|[[0.7.0]]|070|type=function}}
 +
{{oldin|[[0.8.0]]|080|type=function}}
 
Creates a new FontData.
 
Creates a new FontData.
 
== Function ==
 
== Function ==

Revision as of 00:54, 17 June 2013

Available since LÖVE 0.7.0
This function is not supported in earlier versions.
Removed in LÖVE 0.8.0
This function is not supported in that and 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