icon-fonts-0.2.1.1: Package for handling icon fonts in Haskell
Graphics.Icons.Types
Synopsis
class IconCode a where Source #
The IconCode class is to represent the icon font that a particular glyph belongs to. The type contains the font and the functions allow the glyph to be translated into various forms.
Minimal complete definition
iconPango
Methods
iconPango :: a -> String Source #
Displays the icon in the Pango markup rendering engine.
Instances
iconPango :: WeatherIcon -> String Source #
iconPango :: Octicon -> String Source #
iconPango :: FontAwesome -> String Source #
iconPango :: FileIcon -> String Source #
iconPango :: AllTheIcon -> String Source #