servo/components/gfx
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
..
display_list Simplify stacking context collection 2016-09-27 10:48:44 +02:00
platform Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
text Use word-break to decide how glyph runs should be created 2016-09-27 11:25:21 +02:00
Cargo.toml Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Use word-break to decide how glyph runs should be created 2016-09-27 11:25:21 +02:00
font_cache_thread.rs Privatize PendingAsyncLoad. 2016-10-04 13:24:03 +02:00
font_context.rs Remove the ComputedValue traits and style_struct_traits 2016-07-20 08:42:40 +02:00
font_template.rs Make font template data load fallible. Fixes #12037. 2016-07-05 10:02:40 -04:00
lib.rs Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
paint_context.rs Add support for background-repeat: space and round 2016-09-22 13:20:08 +02:00
paint_thread.rs Move thread_state to style. 2016-08-22 16:08:56 +02:00