{{newin|[[0.7.0]]|070|type=function}}
Creates a new BMFont Rasterizer.
== Function ==
=== Synopsis ===
<source lang="lua">
rasterizer = love.font.newBMFontRasterizer( imageData, glyphs )
</source>
=== Arguments ===
{{param|ImageData|imageData|The image data containing the drawable pictures of font glyphs.}}
{{param|string|glyphs|The sequence of glyphs in the ImageData.}}
=== Returns ===
{{param|BMFontRasterizer|rasterizer|The rasterizer.}}

== Function ==
=== Synopsis ===
<source lang="lua">
rasterizer = love.font.newBMFontRasterizer( ... )
</source>
=== Arguments ===
???
=== Returns ===
{{param|BMFontRasterizer|rasterizer|The rasterizer.}}

== See Also ==
* [[parent::love.font]]
* [[love.font.newRasterizer]]
* [[love.font.newTrueTypeRasterizer]]
* [[Constructs::Rasterizer]]
[[Category:Functions]]
{{#set:Description=Creates a new BMFont Rasterizer.}}
== Other Languages ==
{{i18n|love.font.newBMFontRasterizer}}