[][src]Crate crossfont

Compatibility layer for different font engines.

CoreText is used on Mac OS. FreeType is used on everything that's not Mac OS. Eventually, ClearType support will be available for windows.

Re-exports

pub use ft::Error;
pub use ft::FreeTypeRasterizer as Rasterizer;

Modules

ft

Rasterization powered by FreeType and Fontconfig.

Structs

FontDesc
FontKey

Identifier for a Font for use in maps/etc.

GlyphKey
Metrics
RasterizedGlyph
Size

Font size stored as integer.

Enums

BitmapBuffer
Slant
Style

Style of font.

Weight

Traits

Rasterize