Move hb_tag! macro and KERN into font module

This commit is contained in:
Matt Brubeck 2016-05-18 10:50:31 -07:00
parent 1eab6fbb2e
commit 0010b448b8
3 changed files with 11 additions and 11 deletions

View file

@ -95,7 +95,7 @@ mod paint_context;
pub mod display_list;
// Fonts
pub mod font;
#[macro_use] pub mod font;
pub mod font_cache_thread;
pub mod font_context;
pub mod font_template;