Interface IBmFontBinaryFormatter
Writes a BmFontModel as a binary-format .fnt file.
public interface IBmFontBinaryFormatter : IBmFontFormatter
- Inherited Members
Methods
FormatBinary(BmFontModel)
Converts the font model to BMFont binary format.
byte[] FormatBinary(BmFontModel model)
Parameters
modelBmFontModelThe font model to write.
Returns
- byte[]
The .fnt file content as bytes.