1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;

mod font_map;
pub use self::font_map::FontMap;

pub(crate) mod functions;

pub(crate) mod traits {
    pub use super::font::PangoCairoFontExt;
    pub use super::font_map::PangoCairoFontMapExt;
}