love.font.newBMFontRasterizer

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, dpiscale )

Arguments

ImageData imageData
The image data containing the drawable pictures of font glyphs.
string glyphs
The sequence of glyphs in the ImageData.
number dpiscale (1) Available since 11.0
DPI scale.

Returns

Rasterizer rasterizer
The rasterizer.

Function

Synopsis

rasterizer = love.font.newBMFontRasterizer( fileName, glyphs, dpiscale )

Arguments

string fileName
The path to file containing the drawable pictures of font glyphs.
string glyphs
The sequence of glyphs in the ImageData.
number dpiscale (1) Available since 11.0
DPI scale.

Returns

Rasterizer rasterizer
The rasterizer.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.font.newBMFontRasterizer