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

Tweak default and bold font borders and outlines for readability #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bold.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Play-Bold.ttf bold 8 0.3:0.4:0.45:0.55 5 5 0.75:2.5 1.25 30 30 512 512 20 40 64 fonts/
font "bold" "<grey>fonts/bold0.png" 20 40
fontscale 64
fontborder 0.3 0.4
fontoutline 0.45 0.55
fontborder 0.25 0.45
fontoutline 0.35 0.55
fontoffset "À"
fontchar 144 120 29 33 -3.25 1.875 22 // À (1 -> 0xC0)
fontchar 110 120 29 33 -3.25 1.625 22 // Á (2 -> 0xC1)
Expand Down
4 changes: 2 additions & 2 deletions default.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// data/fonts/Play-Regular.ttf default 8 0.3:0.4:0.45:0.55 5 5 0.75:2.5 1.25 30 30 512 512 20 40 64 fonts/
font "default" "<grey>fonts/play0.png" 20 40
fontscale 48
fontborder 0.3 0.4
fontoutline 0.4 0.5
fontborder 0.25 0.45
fontoutline 0.35 0.55
fontoffset "À"
fontchar 455 41 27 33 -2.75 1.375 21.5 // À (1 -> 0xC0)
fontchar 423 41 27 33 -2.75 1.125 21.5 // Á (2 -> 0xC1)
Expand Down