Table of Contents

Interface IBmFontTextFormatter

Namespace
KernSmith.Output
Assembly
KernSmith.dll

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

model BmFontModel

The font model to write.

Returns

string

The .fnt file content as a string.