AdamsLair/duality

Write a Bitmap Font Importer

开放

#286 创建于 2016年2月14日

 (36 条评论) (0 个反应) (0 位负责人)C# (287 个派生)auto 404
FeatureHelp WantedNice2HavePluginUsability

仓库指标

星标
 (1,425 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南