namespace Dalamud.Interface.ManagedFontAtlas;
///
/// Delegate to be called when a font needs to be built.
///
/// A toolkit that may help you for font building steps.
///
/// An implementation of may implement all of
/// , , and
/// .
/// Either use to identify the build step, or use
/// , ,
/// and for routing.
///
public delegate void FontAtlasBuildStepDelegate(IFontAtlasBuildToolkit toolkit);