AdamsLair/duality

Write a Bitmap Font Importer

Aberta

#286 aberto em 14 de fev. de 2016

 (36 comentários) (0 reação) (0 responsável)C# (287 forks)auto 404
FeatureHelp WantedNice2HavePluginUsability

Métricas do repositório

Stars
 (1.425 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador