Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove servo/text into servo/gfx/ and servo/util/text.rs #171
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This reorganization will put all platform-specific things into gfx. When layout and gfx each have their own Font (high-level layout::ResolvedFont would be like Gecko's nsFontMetrics, and gfx::Font will be Gecko's gfxFont).