Crate pango[][src]

Expand description

Rust Pango bindings

This library contains safe Rust bindings for Pango. It is a part of gtk-rs.

Pango 1.38 is the lowest supported version for the underlying library.

Re-exports

pub use ffi;
pub use glib;
pub use crate::analysis::Analysis;
pub use crate::attr_class::AttrClass;
pub use crate::attribute::AttrColor;
pub use crate::attribute::AttrFloat;
pub use crate::attribute::AttrFontDesc;
pub use crate::attribute::AttrInt;
pub use crate::attribute::AttrLanguage;
pub use crate::attribute::IsAttribute;
pub use crate::language::Language;
pub use crate::layout::HitPosition;
pub use crate::rectangle::Rectangle;
pub use glyph::GlyphGeometry;
pub use glyph::GlyphInfo;

Modules

Structs

Enums

Constants

The scale factor for one magnification step (1.2).

The scale factor for normal size (1.0).

The scale factor for one shrinking step (1 / 1.2).

The scale factor for three magnification steps (1.2 * 1.2 * 1.2).

The scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)).

The scale factor for two magnification steps (1.2 * 1.2).

The scale factor for two shrinking steps (1 / (1.2 * 1.2)).

Functions

Type Definitions