mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +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. |
||
---|---|---|
.. | ||
dummy | ||
freetype | ||
macos | ||
windows | ||
mod.rs |