Difference between revisions of "love.font.newBMFontRasterizer"

m (Minor fix to rasterizer subtype names in descriptions.)
m (If I'm not wrong, it creates rasterizer)
Line 10: Line 10:
 
{{param|string|glyphs|The sequence of glyphs in the ImageData.}}
 
{{param|string|glyphs|The sequence of glyphs in the ImageData.}}
 
=== Returns ===
 
=== Returns ===
{{param|BMFontRasterizer|rasterizer|The rasterizer.}}
+
{{param|Rasterizer|rasterizer|The rasterizer.}}
  
 
== Function ==
 
== Function ==
Line 20: Line 20:
 
???
 
???
 
=== Returns ===
 
=== Returns ===
{{param|BMFontRasterizer|rasterizer|The rasterizer.}}
+
{{param|Rasterizer|rasterizer|The rasterizer.}}
  
 
== See Also ==
 
== See Also ==

Revision as of 10:19, 22 April 2020

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

Creates a new BMFont Rasterizer.

Function

Synopsis

rasterizer = love.font.newBMFontRasterizer( imageData, glyphs )

Arguments

ImageData imageData
The image data containing the drawable pictures of font glyphs.
string glyphs
The sequence of glyphs in the ImageData.

Returns

Rasterizer rasterizer
The rasterizer.

Function

Synopsis

rasterizer = love.font.newBMFontRasterizer( ... )

Arguments

???

Returns

Rasterizer rasterizer
The rasterizer.

See Also

Other Languages