aboutsummaryrefslogtreecommitdiff
path: root/font/src/lib.rs
AgeCommit message (Expand)Author
2017-06-27Use foreign-types from crates.ioJoe Wilm
2017-05-31avoid unused warningMartin Algesten
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-02Rework font loadingJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-30Add ffi-util crate and use in fontconfig wrapperJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-08-12Support bold/italic font rendering on macOSJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-24Fix subpixel rendering for macOSJoe Wilm
2016-06-14Add support for macOSJoe Wilm