Interface IBmFontTextFormatter
Writes a BmFontModel as a text-format .fnt file.
public interface IBmFontTextFormatter : IBmFontFormatter
- Inherited Members
Methods
FormatText(BmFontModel)
Converts the font model to BMFont text format.
string FormatText(BmFontModel model)
Parameters
modelBmFontModelThe font model to write.
Returns
- string
The .fnt file content as a string.