icon-fonts-0.2.1.1: Package for handling icon fonts in Haskell

Safe HaskellSafe
LanguageHaskell2010

Graphics.Icons.Types

Synopsis

Documentation

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.