1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

mod font;
pub use self::font::{Font, NONE_FONT};
pub use self::font::FontExt;

mod font_map;
pub use self::font_map::{FontMap, NONE_FONT_MAP};
pub use self::font_map::FontMapExt;

pub mod functions;

#[doc(hidden)]
pub mod traits {
    pub use super::FontExt;
    pub use super::FontMapExt;
}