use of java.awt.image.WritableRaster in project libgdx by libgdx.
the class BMFontUtil method save.
public void save(File outputBMFontFile) throws IOException {
File outputDir = outputBMFontFile.getParentFile();
String outputName = outputBMFontFile.getName();
if (outputName.endsWith(".fnt"))
outputName = outputName.substring(0, outputName.length() - 4);
// Always include space and the missing gyph.
getGlyph(' ');
getGlyph('