¤ labelF'

Decoration

Types

labelF' :: (Graphic a) => Customiser (DisplayF a) -> a -> F b c

data DisplayF a

Description

Customizable versions of labelF.

Example

 labelF' (setFgColor "red".setBgColor "yellow".setFont "9x15bold") "Wow!"

See Also

labelF, Customiser.