| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Graphics.Text.Font.Choose.Range
Description
A range between 2 values.
Documentation
Matches a numeric range, bounded by 2 floating point numbers.
Instances
| Arbitrary Range Source # | |
| Generic Range Source # | |
| Read Range Source # | |
| Show Range Source # | |
| ToValue Range Source # | |
| Eq Range Source # | |
| Ord Range Source # | |
| Hashable Range Source # | |
Defined in Graphics.Text.Font.Choose.Range | |
| MessagePack Range Source # | |
Defined in Graphics.Text.Font.Choose.Range | |
| type Rep Range Source # | |
Defined in Graphics.Text.Font.Choose.Range type Rep Range = D1 ('MetaData "Range" "Graphics.Text.Font.Choose.Range" "fontconfig-pure-0.5.1.0-inplace" 'False) (C1 ('MetaCons "Range" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))) | |
validRange :: Range -> Bool Source #
Can FontConfig process this range?