Module rich_sdl2_ttf_rust::font[][src]

Expand description

Font data managers.

Modules

Glyph metrics.

Extensions for rich-sdl2-rust.

Structs

A pixel density per inch.

A font data structure.

A disabler of font kerning. Kerning of the font is disabled until this struct is dropped.

A surface of TrueType Font.

Enums

A hinting for a font.

A text style of a font.

A render mode for the font glyphs.

Traits

An extension for getting the attributes of the fonts.

An extension for settings of the font.

An extension for getters of the font metrics.

An extension for rendering the text.

An extension of FontStyle and outline width getters/setters.