1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/font
Joe Wilm e6c9c5036d [WIP] Add antialias 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.
2017-10-26 20:01:17 -07:00
..
src [WIP] Add antialias option 2017-10-26 20:01:17 -07:00
Cargo.lock Update servo-fontconfig-sys fork 2017-10-08 22:33:01 -07:00
Cargo.toml [WIP] Add antialias option 2017-10-26 20:01:17 -07:00