aboutsummaryrefslogtreecommitdiff
path: root/font/src/ft/fc/pattern.rs
AgeCommit message (Expand)Author
2020-07-18Rename font crate to crossfontChristian Duerr
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-14Add support for Fontconfig embolden and matrix optionsKirill Chibisov
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-06Fix caching of variable font facesKirill Chibisov
2020-02-03Fix non-scalable font resize issueKirill Chibisov
2020-01-31Fix handling of OpenType variable fontsKirill Chibisov
2020-01-27Rework Fontconfig fallback to use cached list from font_sortKirill Chibisov
2020-01-17Replace `.nth(0)` with `.next()`Cole Helbling
2020-01-15Update font crate to 2018 editionDavid Hewitt
2019-12-09Add support for colored emojis on Linux/BSDKirill Chibisov
2019-10-23Update dependenciesKirill Chibisov
2019-06-08Bump minimum supported Rust version to 1.32.0Christian Duerr
2019-04-09Set maximum Rust version to 1.31.0Christian Duerr
2019-04-03Bump dependenciesChristian Duerr
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2018-06-17Move to cargo clippyChristian Duerr
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-30config_subsitute(): fix typo by renaming to config_substitute()Martin Lindhe
2017-10-08Support bitmap fontsDan Aloni
2017-10-08FreeType rasterizer respects some fontconfigJoe Wilm
2017-10-08Remove unused macrosJoe Wilm
2017-10-08Extend and improve FcPattern bindingsJoe Wilm
2017-10-08Organize fontconfig wrappersJoe Wilm