| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
OpenCascade.Font.FontAspect
Documentation
data FontAspect Source #
Constructors
| Undefined | |
| Regular | |
| Bold | |
| Italic | |
| BoldItalic |
Instances
| Enum FontAspect Source # | |
Defined in OpenCascade.Font.FontAspect Methods succ :: FontAspect -> FontAspect # pred :: FontAspect -> FontAspect # toEnum :: Int -> FontAspect # fromEnum :: FontAspect -> Int # enumFrom :: FontAspect -> [FontAspect] # enumFromThen :: FontAspect -> FontAspect -> [FontAspect] # enumFromTo :: FontAspect -> FontAspect -> [FontAspect] # enumFromThenTo :: FontAspect -> FontAspect -> FontAspect -> [FontAspect] # | |
| Show FontAspect Source # | |
Defined in OpenCascade.Font.FontAspect Methods showsPrec :: Int -> FontAspect -> ShowS # show :: FontAspect -> String # showList :: [FontAspect] -> ShowS # | |