AdamsLair/duality

Write a Bitmap Font Importer

Offen

#286 geöffnet am 14.02.2016

 (36 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (287 Forks)auto 404
FeatureHelp WantedNice2HavePluginUsability

Repository-Metriken

Stars
 (1.425 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The current way of importing Fonts into Duality is working, but quite limited and a bit buggy at times due to less-than-ideal Font handling in GDI+ / System.Drawing. A viable alternative would potentially improve usability and at the same time provide a sample on how to write custom Bitmap Font Importers.

Pick a commonplace bitmap font generator and implement a custom importer for it. Specifically, the AngelCode Bitmap Font Generator looks quite good.

This can be done easily in a distinct plugin and no special core code is necessary for this.

Contributor Guide