aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_template.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Add support for more @font-face features (#32164)Martin Robinson2024-04-291-38/+95
* fonts: Merge multiple methods into `PlatformFont::descriptor()` (#32115)Martin Robinson2024-04-231-0/+10
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-71/+31
* Simplify `FontHandle` and rename it to `PlatformFont` (#32101)Martin Robinson2024-04-171-4/+4
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-161-93/+94
* Remove `FontContextHandle` (#32038)Martin Robinson2024-04-121-12/+6
* clippy: Fix remaining warnings in `gfx` for MacOS (#31669)Martin Robinson2024-03-151-6/+5
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-4/+7
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-11/+5
* Further changes required by ServoOriol Brufau2023-10-021-7/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format the rest of gfx #21373kingdido9992018-09-081-22/+22
* Implement font fallbackJon Leighton2018-05-191-2/+7
* Fix servo build.Emilio Cobos Álvarez2018-04-281-41/+33
* style: Fixups for css-fonts-4 font-weight.Emilio Cobos Álvarez2018-04-281-7/+10
* Lazy load fonts in a FontGroupJon Leighton2018-02-221-13/+26
* Merge branch 'master' into freetype2dan-robertson2018-02-081-39/+28
|\
| * Fix FontTemplateDescriptor under FreeTypeJon Leighton2018-02-071-39/+28
* | Change selection of the best font for a styleDan Robertson2018-02-061-4/+24
|/
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Use integer for specified and computed font-weightXidorn Quan2017-07-061-1/+1
* UntrySimon Sapin2017-06-181-4/+4
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Make font template data load fallible. Fixes #12037.Josh Matthews2016-07-051-14/+17
* gfx: Implement `Debug` for `FontTemplate` instances.Patrick Walton2016-05-101-0/+7
* gfx: Perform fuzzy matching on font weights if an exact match wasn'tPatrick Walton2016-05-101-34/+69
* Derive Debug on FontGroup and its componentsOlaf Buddenhagen2015-12-121-1/+1
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-5/+5
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-2/+2
* sort all usesJohann Tuffe2015-08-201-1/+1
* Use atoms for font template structures.Glenn Watson2015-07-131-8/+8
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* gfx: Perform more aggressive caching inPatrick Walton2015-04-011-5/+5
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+1
* gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core TextPatrick Walton2015-01-281-41/+48
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+157