[−][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 |
| Property | A |
Functions
| open | Open a BDF file and read it into a |
| read | Read a BDF stream into a |
| save | Save the font into a BDF file. |
| write | Write the font to the writer. |