servo/components/gfx/platform
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
..
dummy Make dummy font implementation conform to API changes. 2016-09-19 14:38:36 -04:00
freetype Auto merge of #12076 - jdm:font-load, r=pcwalton 2016-09-19 09:14:55 -05:00
macos Auto merge of #12076 - jdm:font-load, r=pcwalton 2016-09-19 09:14:55 -05:00
windows Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
mod.rs Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00