mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Fix merge errors from the refactor-gfx merge.
This commit is contained in:
parent
6036257d8f
commit
076a43b71b
2 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
extern mod freetype;
|
extern mod freetype;
|
||||||
|
|
||||||
use freetype_impl::font_context::FreeTypeFontContextHandle;
|
|
||||||
use font::{CSSFontWeight, FontHandleMethods, FontMetrics, FontTableMethods};
|
use font::{CSSFontWeight, FontHandleMethods, FontMetrics, FontTableMethods};
|
||||||
use font::{FontTableTag, FractionalPixel, SpecifiedFontStyle, UsedFontStyle, FontWeight100};
|
use font::{FontTableTag, FractionalPixel, SpecifiedFontStyle, UsedFontStyle, FontWeight100};
|
||||||
use font::{FontWeight200, FontWeight300, FontWeight400, FontWeight500, FontWeight600};
|
use font::{FontWeight200, FontWeight300, FontWeight400, FontWeight500, FontWeight600};
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
extern mod freetype;
|
extern mod freetype;
|
||||||
extern mod fontconfig;
|
extern mod fontconfig;
|
||||||
|
|
||||||
use freetype_impl::font_context::FreeTypeFontContextHandle;
|
|
||||||
use freetype_impl::font::FreeTypeFontHandle;
|
|
||||||
use self::fontconfig::fontconfig::{FcChar8, FcResultMatch, FcSetSystem,
|
use self::fontconfig::fontconfig::{FcChar8, FcResultMatch, FcSetSystem,
|
||||||
FcResultNoMatch, FcMatchPattern};
|
FcResultNoMatch, FcMatchPattern};
|
||||||
use self::fontconfig::fontconfig::bindgen::{
|
use self::fontconfig::fontconfig::bindgen::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue