aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-10-26 20:01:17 -0700
committerJoe Wilm <joe@jwilm.com>2017-10-26 20:01:17 -0700
commite6c9c5036d878063e92922ea5e0a2e94e238741b (patch)
treefe29f46ed60abb513a6366d31badde53d15caecf /snap
parent22ccd7b4b13b02fa56a75c4b737f941a99bb9782 (diff)
downloadalacritty-e6c9c5036d878063e92922ea5e0a2e94e238741b.tar.gz
alacritty-e6c9c5036d878063e92922ea5e0a2e94e238741b.zip
[WIP] Add antialias optionantialias-option
Still a WIP because of unimplemented Linux portion. Support has been added for font rasterization options. At this time, the only supported option is antialias. It's a tri-state flag which can be either ~ for "use default", true to force antialias, and false to force disable antialias. The options may be specified both globally and per font section. The per font sections override global options. An example of a complex config follows. In the example, the global value requests using default antialias settings, and the normal face disables antialias. font: options: antialias: ~ normal: family: monospace options: antialias: false Finally, note that the top level font.options is used for fallback fonts.
Diffstat (limited to 'snap')
0 files changed, 0 insertions, 0 deletions