aboutsummaryrefslogtreecommitdiffstats
path: root/components/fonts/font.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-281-8/+5
* Additional tracing for flex layout, inline layout, and fonts (#34392)Delan Azabani2024-11-271-0/+9
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-3/+3
* fonts: Instantiate system fonts using system font loaders (#33747)Martin Robinson2024-10-101-25/+50
* Improve `Au(0)` constructions (#33709)birdbrained2024-10-101-2/+2
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-3/+11
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-18/+12
* fonts: Make fast shaping determination platform-independent (#33540)Martin Robinson2024-09-251-93/+19
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-16/+33
* Handle all `white-space` values when intrinsically sizing an IFC (#33343)Oriol Brufau2024-09-111-7/+12
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-0/+2
* fonts: Enable fast text shaping on Windows (#33123)Cristian Brinza2024-08-301-4/+92
* shaping: Don't assume there's a space glyph when rendering tabs (#32979)Martin Robinson2024-08-231-12/+25
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-171-0/+18
* canvas: Remove as much usage of `font-kit` as possible (#32758)Martin Robinson2024-07-111-3/+1
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-081-64/+21
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-2/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-0/+886