servo/components/gfx/platform/windows
Glenn Watson 0849607239 Minimal Win32 font platform implementation.
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.
2016-10-05 07:46:02 +10:00
..
font_list.rs Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
font_template.rs Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00