pangocairo/prelude.rs
1// Take a look at the license at the top of the repository in the LICENSE file.
2
3#[doc(hidden)]
4pub use glib::prelude::*;
5#[doc(hidden)]
6pub use pango::prelude::*;
7
8pub use crate::{auto::traits::*, font_map::PangoCairoFontMapExtManual};