AdamsLair/duality

Write a Bitmap Font Importer

オープン

#286 opened on 2016/02/14

 (36 件のコメント) (0 件のリアクション) (0 人の担当者)C# (287 件のフォーク)auto 404
FeatureHelp WantedNice2HavePluginUsability

Repository metrics

Stars
 (1,425 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド