[][src]Crate bdf

BDF font handler.

Structs

Bitmap

The bitmap of a glyph.

BoundingBox

The bounds of a glyph.

Font

A BDF font.

Glyph

A font glyph.

Reader

The font reader.

Size

Size of a font.

Writer

The font writer.

Enums

Direction

The direction of the glyph.

Entry

The possible entries in BDF.

Error

Errors for Reader and Writer.

Property

A Font property.

Functions

open

Open a BDF file and read it into a Font.

read

Read a BDF stream into a Font.

save

Save the font into a BDF file.

write

Write the font to the writer.