There's a new important update available. This one fixes a few serious issues, and one less so.
[list]
New features:
  • Add support for getting/setting macro names on CUFSources (MacroSource, AbstractCUFSource, Converter).
  • Add support for hiding multiple fonts under a single macro (WrappedSource.MacroSource).
  • Add support for exporting macros from the FontWizard (ExportDialog).
  • Add support for editing CUF properties from the FontWizard.
  • Add support for specifying range of characters in FontWizard.
  • Add support for shifting character of fonts in FontWizard.

Bugs:
  • Fix reference passing instead of copying arrays in AbstractCUFSource.
  • Fix broken format message for missing macros
  • Fix editing properties on the CUFSource (font) during previews.
  • Fix occasional disabled next/cancel buttons in FontWizard

Misc:
  • Merge various FontWizard pages to achieve same effect with less code.
  • Move common FontWizard UI to its own package.
  • Move create new font pages to own package.
  • Move algorithms out of FontToolkit.
  • Improve error handling in FontWizard pages when building fonts.
  • Improve error handling when formatting localised messages.
  • Tidy up a number of error messages.
  • Move ComponentState from the fontwizard to the gui.support package.
  • Use different labels on FontWizard next/cancel buttons depending on context.