alacritty / alacritty/crossfont

Primary font ignores the fontconfig's charset property.

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

説明

I reported [an issue](https://github.com/alacritty/alacritty/issues/5351) several days ago. Maybe at that time I didn't make myself clear. I guess that the following source blocks cause this issue.

In src/ft/mod.rs :
In my case, the function load_face_with_glyph(...) has never been called. Because in face_for_glyph(...), it always returns early inside the 'if let' block.

In the get_face(...) function, the 'coverage' of the 'Fallbacklist' struct doesn't include the charset of the primary font. So setting the charset property of the first matched font (the primary font) in fonts.conf doesn't work if no fallback is happened.

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

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

評価

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

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

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