Anders429 / Anders429/gba_test

Support characters outside of ASCII

オープン
#13 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Rust
スター
5
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

Currently we just support ASCII characters, loading the needed tiles into memory when the UI is initialized. However, I think it might be possible to support more characters by dynamically loading in the tiles for characters as they are needed.

The font used right now is `font8x8_basic`. However, there are actually more characters available in `font8x8`, or perhaps something like [Unifont](https://www.unifoundry.com/unifont/index.html) would be feasible, if we really want to support *everything*. [Unscii](https://github.com/viznut/unscii) is also an option for staying 8x8, but I'm not sure how much more coverage we really get with it vs font8x8.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。