pango/auto/alias.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
5#[allow(unused_imports)]
6use crate::auto::*;
7
8#[doc(alias = "PangoGlyph")]
9pub type Glyph = u32;
10#[doc(alias = "PangoGlyphUnit")]
11pub type GlyphUnit = i32;
12#[doc(alias = "PangoLayoutRun")]
13pub type LayoutRun = GlyphItem;