Difference between revisions of "love.font.newFontData"

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

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