pangocairo/auto/
mod.rs

1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5mod font;
6pub use self::font::FontExt;
7pub use self::font::{Font, NONE_FONT};
8
9mod font_map;
10pub use self::font_map::FontMapExt;
11pub use self::font_map::{FontMap, NONE_FONT_MAP};
12
13pub mod functions;
14
15#[doc(hidden)]
16pub mod traits {
17    pub use super::FontExt;
18    pub use super::FontMapExt;
19}