Paul Rouget
a20455fd6b
WR update: APIs update
2019-03-22 15:41:48 +08:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Pyfisch
cb07debcb6
Format remaining files
2018-11-06 22:30:31 +01:00
Simon Sapin
45f7199eee
cargo fix --edition
2018-11-06 15:26:02 +01:00
kingdido999
c57c99d9f7
Format gfx platform #21373
2018-09-05 08:39:05 +08:00
Jon Leighton
799bf87f6d
Make FontTemplateData's Debug formatter more concise
...
Otherwise the log gets spammed with all the individual bytes of the
underlying font file.
2018-02-22 11:45:42 +01:00
Clément DAVID
c5fe235112
order derivable traits lists
...
Ignoring :
- **generated**.rs
- python/tidy/servo_tidy_tests/rust_tidy.rs
2017-08-23 21:38:44 +02:00
Martin Robinson
e58e8ab42e
Upgrade to the latest version of WebRender
2017-07-13 07:44:08 +10:00
Vladimir Vukicevic
a9611c31a7
Implement downloadable fonts on Windows
2017-01-18 13:30:58 -05:00
Vladimir Vukicevic
473df194fc
tidy and warning fixes
2016-11-10 16:07:40 -05:00
Vladimir Vukicevic
db357b0334
DirectWrite font backend for Windows
2016-11-10 14:58:51 -05:00
Simon Sapin
53b638c0e2
Update to string-cache 0.3
2016-11-03 16:23:05 +01:00
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