Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thread view text drawing method choice to about:config #1259

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Sep 30, 2023

about:config に「スレビューのテキストを描画する方法 ( 0: PangoGlyphString 1: PangoLayout )」を追加します。
ビルドオプション(-Dpangolayout=enabled)は削除せず残しデフォルト設定の方法を指定します。

修正前は描画方法をビルドオプションで指定していました。
2つの方法(PangoLayoutとPangoGlyphString)はpangoライブラリで実装できるため設定で変更できる仕組みを導入して利便性を向上させます。

Closes #1258

about:config に「スレビューのテキストを描画する方法
( 0: PangoGlyphString 1: PangoLayout )」を追加します。
ビルドオプション(`-Dpangolayout=enabled`)は削除せず残し
デフォルト設定の方法を指定します。

修正前は描画方法をビルドオプションで指定していました。
2つの方法(PangoLayoutとPangoGlyphString)はpangoライブラリで
実装できるため設定で変更できる仕組みを導入して利便性を向上させます。
@ma8ma ma8ma added the feature 機能の追加と削除 label Sep 30, 2023
@ma8ma ma8ma merged commit 350e30a into master Sep 30, 2023
20 checks passed
@ma8ma ma8ma deleted the drawareabase-pangolayout branch September 30, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能の追加と削除
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

スレビューのテキストを描画する方法を about:config で変更できるようにする
1 participant