mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
This uses a (very simple) Win32 API call to enumerate font families available, and load them as byte buffers. The font rasterization itself is done by freetype. This gets Servo + WR + Windows working, but should be improved by adding a proper implementation that matches fonts correctly and also uses DirectWrite (or GDI) to handle font rasterization. |
||
|---|---|---|
| .. | ||
| display_list | ||
| platform | ||
| text | ||
| Cargo.toml | ||
| filters.rs | ||
| font.rs | ||
| font_cache_thread.rs | ||
| font_context.rs | ||
| font_template.rs | ||
| lib.rs | ||
| paint_context.rs | ||
| paint_thread.rs | ||