diff options
author | Aaron Williamson <guitarfanman@gmail.com> | 2017-01-28 19:30:47 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-05-01 08:52:22 -0700 |
commit | 7fc50f669056dc9a3a601b3f0248926384abb570 (patch) | |
tree | 8e00bef97c77714e55f4f25036f6760d2b1d1c8a /alacritty.yml | |
parent | ac2a1ece9e30d8253c40bf2f1b44626292ea4f4d (diff) | |
download | alacritty-7fc50f669056dc9a3a601b3f0248926384abb570.tar.gz alacritty-7fc50f669056dc9a3a601b3f0248926384abb570.zip |
Improve freetype metric usage
The font metrics function was using freetype metrics in an ineffective
way, improve the use of those metrics and remove the now unnecessary
separate default values for font offset in linux.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index b6ad6a3d..c064dbcf 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -57,8 +57,8 @@ font: # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. offset: - x: 2.0 - y: -7.0 + x: 0.0 + y: 0.0 # OS X only: use thin stroke font rendering. Thin strokes are suitable # for retina displays, but for non-retina you probably want this set to |