ยค labelF'

Decoration

Types

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

data DisplayF a = Pars [Pars a]

Description

Customizable versions of labelF.

Example

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

See Also

labelF, Customiser.