|
|
|
|
|
| Description |
| The module Font export basic types and classes concerning
font resources. |
|
| Synopsis |
|
|
|
| Documentation |
|
| class FontDesignator fh where |
| Datatypes that describe a font instantiate the
class FontDesignator. | | | Methods | | | | Instances | |
|
|
| newtype Font |
| The general Font datatype. | | Constructors | | | Instances | |
|
|
| data XFont |
| The XFont datatype - representing the elements of an
X font string. | | Constructors | | XFont | | | foundry :: String | | | family :: (Maybe FontFamily) | | | weight :: (Maybe FontWeight) | | | slant :: (Maybe FontSlant) | | | fontwidth :: (Maybe FontWidth) | | | pixels :: (Maybe Int) | | | points :: (Maybe Int) | | | xres :: (Maybe Int) | | | yres :: (Maybe Int) | | | spacing :: (Maybe FontSpacing) | | | charwidth :: (Maybe Int) | | | charset :: (Maybe String) | |
| | XFontAlias String | |
| | Instances | |
|
|
| xfont :: XFont |
|
| data FontFamily |
| Constructors | | Lucida | | | Times | | | Helvetica | | | Courier | | | Symbol | | | Other String | |
| | Instances | |
|
|
| data FontWeight |
|
|
| data FontSlant |
|
|
| data FontWidth |
| Constructors | | NormalWidth | | | Condensed | | | Narrow | |
| | Instances | |
|
|
| data FontSpacing |
|
|
| Produced by Haddock version 0.3 |