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 )
Arguments
ImageData imageData
- The image data containing the drawable pictures of font glyphs.
string glyphs
- The sequence of glyphs in the ImageData.
Returns
BMFontRasterizer rasterizer
- The rasterizer.
Function
Synopsis
rasterizer = love.font.newBMFontRasterizer( ... )
Arguments
???
Returns
BMFontRasterizer rasterizer
- The rasterizer.
Please login to continue.