| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Typography
Documentation
data Typography Source #
Constructors
| Typography TextAlignment FontSize [FontStyle] |
Instances
| ToCssClasses Typography Source # | |
Defined in Language.Ltml.HTML.CSS.Classes Methods toCssClasses :: Typography -> [Class] Source # | |
| Stylable Typography Source # | |
Defined in Language.Ltml.ToLaTeX.Format Methods applyTextStyle :: Typography -> PreLaTeX -> PreLaTeX Source # | |
| Show Typography Source # | |
Defined in Data.Typography Methods showsPrec :: Int -> Typography -> ShowS # show :: Typography -> String # showList :: [Typography] -> ShowS # | |
data TextAlignment Source #
Constructors
| LeftAligned | |
| Centered | |
| RightAligned |
Instances
| ToCssClass TextAlignment Source # | |
Defined in Language.Ltml.HTML.CSS.Classes Methods toCssClass :: TextAlignment -> Class Source # | |
| Stylable TextAlignment Source # | |
Defined in Language.Ltml.ToLaTeX.Format Methods applyTextStyle :: TextAlignment -> PreLaTeX -> PreLaTeX Source # | |
| Show TextAlignment Source # | |
Defined in Data.Typography Methods showsPrec :: Int -> TextAlignment -> ShowS # show :: TextAlignment -> String # showList :: [TextAlignment] -> ShowS # | |
Constructors
| SmallFontSize | |
| MediumFontSize | |
| LargeFontSize |
Instances
| ToCssClass FontSize Source # | |
Defined in Language.Ltml.HTML.CSS.Classes Methods toCssClass :: FontSize -> Class Source # | |
| Stylable FontSize Source # | |
Defined in Language.Ltml.ToLaTeX.Format | |
| Show FontSize Source # | |
Constructors
| Bold | |
| Italics | |
| Underlined |
Instances
| ToCssClass FontStyle Source # | |
Defined in Language.Ltml.HTML.CSS.Classes Methods toCssClass :: FontStyle -> Class Source # | |
| Stylable FontStyle Source # | |
Defined in Language.Ltml.ToLaTeX.Format | |
| Show FontStyle Source # | |