servo/components/gfx/tests
Jon Leighton 3025a269ec FontContext: Cache data fetched from the cache thread
Before this change, if we needed to create a Font which we've already
created, but at a new size, then we'd fetch the FontTemplateInfo again.
If the bytes of the font are held in memory, then this could be
expensive as we need to pass those bytes over IPC.
2018-05-19 14:33:39 +10:00
..
support Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
font_context.rs FontContext: Cache data fetched from the cache thread 2018-05-19 14:33:39 +10:00
font_template.rs Implement font fallback 2018-05-19 14:33:36 +10:00
text_util.rs Merge gfx and gfx_tests 2018-01-20 15:33:15 +01:00