1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// 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}; mod font_map; pub use self::font_map::{FontMap, NONE_FONT_MAP}; pub mod functions; #[doc(hidden)] pub mod traits { pub use super::font::FontExt; pub use super::font_map::FontMapExt; }