pub use skrifa;
pub use ;
pub use AtlasSize;
pub use ;
pub use ;
/// The default pixel per 1em scaling of glyphs in texture atlas.
pub const DEFAULT_PPEM: f32 = 50.;
/// The default padding for each glyph in texture atlas.
pub const DEFAULT_PADDING: usize = 5;
/// Minimum atlas texture size that can be constructed.
pub const MIN_TEXTURE_SIZE: u32 = 256;