mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Rename gfx
to fonts
(#32556)
This crate only takes care of fonts now as graphics related things are split into other crates. In addition, this exposes data structures at the top of the crate, hiding the implementation details and making it simpler to import them. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
9f8118abc7
commit
cd2ab36759
159 changed files with 224 additions and 266 deletions
|
@ -16,10 +16,10 @@
|
|||
* In-process server to allow manipulating browser instances via a remote Firefox developer tools client.
|
||||
* devtools_traits
|
||||
* APIs to the devtools crate for crates that don't want to depend on the devtools crate for build speed reasons.
|
||||
* gfx
|
||||
* Draws the result of laying out a page, and sends the result to the compositor.
|
||||
* gfx_traits
|
||||
* APIs to the gfx crate for crates that don't want to depend on the gfx crate for build speed reasons.
|
||||
* fonts
|
||||
* Code for dealing with fonts and text shaping.
|
||||
* fonts_traits
|
||||
* APIs to the fonts crate for crates that don't want to depend on the fonts crate for build speed reasons.
|
||||
* layout
|
||||
* Converts page content into positioned, styled boxes and passes the result to the renderer.
|
||||
* layout_thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue