aboutsummaryrefslogtreecommitdiff
path: root/font/src/directwrite
Commit message (Collapse)AuthorAge
* Rename font crate to crossfontChristian Duerr2020-07-18
|
* Remove alacritty.yml mentions from font crate errorsKirill Chibisov2020-07-11
|
* Remove copyright notice from filesChristian Duerr2020-06-06
| | | | | | | | | | | | | | Keeping the license as part of every file bloats up the files unnecessarily and introduces an additional overhead to the creation of new modules. Since cargo already provides excellent dependency management, most of the code-reuse of Alacritty should occur through Rust's dependency management instead of copying it source. If code is copied partially, copying the license from the main license file should be just as easy as copying from the top of the file and making some adjustments based on where it is used is likely necessary anyways.
* Extend style guideline documentationChristian Duerr2020-05-05
|
* Fix code formattingChristian Duerr2020-04-21
|
* Add Windows font fallbackDavid Hewitt2020-04-16
|
* Add FreeType face cacheKirill Chibisov2020-02-26
|
* Update font crate to 2018 editionDavid Hewitt2020-01-15
|
* Add support for colored emojis on Linux/BSDKirill Chibisov2019-12-09
| | | Fixes #153.
* Bump minimum supported Rust version to 1.34.0Christian Duerr2019-07-30
|
* Query DirectWrite for the rendering mode to useAlex2019-07-14
|
* Add DirectWrite font rasterizerBen Pye2019-04-23
This adds a DirectWrite font rasterizer for Windows and enables subpixel rendering and hinting. It also completely replaces rusttype for font rendering on Windows, allowing Alacritty to use the native font stacks on all operating systems. Fixes #1673. Fixes #2316.