summaryrefslogtreecommitdiffstats
path: root/font
AgeCommit message (Expand)Author
2018-01-21Better character cell width with FreeType (#1029)Rachel K
2018-01-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2017-12-24Move custom cursor block on ftChristian Dürr
2017-12-24Use font_key provided with cursor glyphsChristian Dürr
2017-12-24Fix linux symbol sizeChristian Duerr
2017-12-24Add box cursor to unfocused underline and beamChristian Duerr
2017-12-24Refactor darwin codeChristian Duerr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-24Format cursor code and add documentationChristian Duerr
2017-12-24Add custom cursors for macosChristian Duerr
2017-12-24Add custom beam cursorChristian Duerr
2017-12-24Specify unicode code point explicitlyChristian Duerr
2017-12-24Update comment to reference proper characterChristian Duerr
2017-12-24Revert to old system for macosChristian Duerr
2017-12-24Add custom underline cursorChristian Duerr
2017-12-23Update euclid to v16Chet Gurevitch
2017-12-23Update depsChet Gurevitch
2017-12-22Remove debug printJoe Wilm
2017-12-22Fix macOS fallbacks (#956)Joe Wilm
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-30config_subsitute(): fix typo by renaming to config_substitute()Martin Lindhe
2017-10-14Fix memory leak from font resizingJoe Wilm
2017-10-08Update servo-fontconfig-sys forkJoe Wilm
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-10-08Support bitmap fontsDan Aloni
2017-10-08FreeType rasterizer respects some fontconfigJoe Wilm
2017-10-08Improve glyph rasterization performanceJoe Wilm
2017-10-08Remove unused macrosJoe Wilm
2017-10-08Extend and improve FcPattern bindingsJoe Wilm
2017-10-08Organize fontconfig wrappersJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-08-08remove unused macrosJack O'Connor
2017-07-28font: update macOS core-text dependency to 6.1.0, fixes #685 (#692)Martin Lindhe
2017-06-27Use foreign-types from crates.ioJoe Wilm
2017-06-06changes osx fallback symbol font styleJames A Keene
2017-06-06macOS use system font fallbackMartin Algesten
2017-06-01final core-graphics extensions moved upstreamMartin Algesten
2017-05-31remove code that has been upstreamedMartin Algesten
2017-05-31updated some font depsMartin Algesten
2017-05-31avoid unused warningMartin Algesten
2017-05-28Fixes font raster for mono, gray bitmaps (#590)Joe Wilm
2017-05-25Update dependenciesJoe Wilm
2017-05-06Fix sign error in CoreText font rasterizerJoe Wilm
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-05-01Improve freetype metric usageAaron Williamson
2017-03-01font::fc: Remove unneeded cloneHarlan Lieberman-Berg
2017-03-01font::ft: misc style cleanup.Harlan Lieberman-Berg
2017-03-01Drop unnecessary unsafe on add_charsetHarlan Lieberman-Berg
2017-03-01Switch over to using font_match everywhere.Harlan Lieberman-Berg