Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- data Antialias
- data Content
- data DeviceType
- data Extend
- data FillRule
- data Filter
- data FontSlant
- data FontType
- data FontWeight
- data Format
- data HintMetrics
- data HintStyle
- data LineCap
- data LineJoin
- data Operator
- = OperatorClear
- | OperatorSource
- | OperatorOver
- | OperatorIn
- | OperatorOut
- | OperatorAtop
- | OperatorDest
- | OperatorDestOver
- | OperatorDestIn
- | OperatorDestOut
- | OperatorDestAtop
- | OperatorXor
- | OperatorAdd
- | OperatorSaturate
- | OperatorMultiply
- | OperatorScreen
- | OperatorOverlay
- | OperatorDarken
- | OperatorLighten
- | OperatorColorDodge
- | OperatorColorBurn
- | OperatorHardLight
- | OperatorSoftLight
- | OperatorDifference
- | OperatorExclusion
- | OperatorHslHue
- | OperatorHslSaturation
- | OperatorHslColor
- | OperatorHslLuminosity
- | AnotherOperator Int
- data PathDataType
- data PatternType
- data RegionOverlap
- data Status
- = StatusSuccess
- | StatusNoMemory
- | StatusInvalidRestore
- | StatusInvalidPopGroup
- | StatusNoCurrentPoint
- | StatusInvalidMatrix
- | StatusInvalidStatus
- | StatusNullPointer
- | StatusInvalidString
- | StatusInvalidPathData
- | StatusReadError
- | StatusWriteError
- | StatusSurfaceFinished
- | StatusSurfaceTypeMismatch
- | StatusPatternTypeMismatch
- | StatusInvalidContent
- | StatusInvalidFormat
- | StatusInvalidVisual
- | StatusFileNotFound
- | StatusInvalidDash
- | StatusInvalidDscComment
- | StatusInvalidIndex
- | StatusClipNotRepresentable
- | StatusTempFileError
- | StatusInvalidStride
- | StatusFontTypeMismatch
- | StatusUserFontImmutable
- | StatusUserFontError
- | StatusNegativeCount
- | StatusInvalidClusters
- | StatusInvalidSlant
- | StatusInvalidWeight
- | StatusInvalidSize
- | StatusUserFontNotImplemented
- | StatusDeviceTypeMismatch
- | StatusDeviceError
- | StatusInvalidMeshConstruction
- | StatusDeviceFinished
- | StatusJbig2GlobalMissing
- | AnotherStatus Int
- data SubpixelOrder
- data SurfaceType
- = SurfaceTypeImage
- | SurfaceTypePdf
- | SurfaceTypePs
- | SurfaceTypeXlib
- | SurfaceTypeXcb
- | SurfaceTypeGlitz
- | SurfaceTypeQuartz
- | SurfaceTypeWin32
- | SurfaceTypeBeos
- | SurfaceTypeDirectfb
- | SurfaceTypeSvg
- | SurfaceTypeOs2
- | SurfaceTypeWin32Printing
- | SurfaceTypeQuartzImage
- | SurfaceTypeScript
- | SurfaceTypeQt
- | SurfaceTypeRecording
- | SurfaceTypeVg
- | SurfaceTypeGl
- | SurfaceTypeDrm
- | SurfaceTypeTee
- | SurfaceTypeXml
- | SurfaceTypeSkia
- | SurfaceTypeSubsurface
- | SurfaceTypeCogl
- | AnotherSurfaceType Int
- data TextClusterFlags
Enumerations
Antialias
No description available in the introspection data.
AntialiasDefault | No description available in the introspection data. |
AntialiasNone | No description available in the introspection data. |
AntialiasGray | No description available in the introspection data. |
AntialiasSubpixel | No description available in the introspection data. |
AntialiasFast | No description available in the introspection data. |
AntialiasGood | No description available in the introspection data. |
AntialiasBest | No description available in the introspection data. |
AnotherAntialias Int | Catch-all for unknown values |
Instances
Enum Antialias Source # | |
Defined in GI.Cairo.Enums succ :: Antialias -> Antialias # pred :: Antialias -> Antialias # fromEnum :: Antialias -> Int # enumFrom :: Antialias -> [Antialias] # enumFromThen :: Antialias -> Antialias -> [Antialias] # enumFromTo :: Antialias -> Antialias -> [Antialias] # enumFromThenTo :: Antialias -> Antialias -> Antialias -> [Antialias] # | |
Eq Antialias Source # | |
Ord Antialias Source # | |
Defined in GI.Cairo.Enums | |
Show Antialias Source # | |
BoxedEnum Antialias Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: Antialias -> IO GType # |
Content
No description available in the introspection data.
ContentColor | No description available in the introspection data. |
ContentAlpha | No description available in the introspection data. |
ContentColorAlpha | No description available in the introspection data. |
AnotherContent Int | Catch-all for unknown values |
Instances
Enum Content Source # | |
Eq Content Source # | |
Ord Content Source # | |
Show Content Source # | |
BoxedEnum Content Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: Content -> IO GType # |
DeviceType
data DeviceType Source #
No description available in the introspection data.
DeviceTypeDrm | No description available in the introspection data. |
DeviceTypeGl | No description available in the introspection data. |
DeviceTypeScript | No description available in the introspection data. |
DeviceTypeXcb | No description available in the introspection data. |
DeviceTypeXlib | No description available in the introspection data. |
DeviceTypeXml | No description available in the introspection data. |
DeviceTypeCogl | No description available in the introspection data. |
DeviceTypeWin32 | No description available in the introspection data. |
DeviceTypeInvalid | No description available in the introspection data. |
AnotherDeviceType Int | Catch-all for unknown values |
Instances
Extend
No description available in the introspection data.
ExtendNone | No description available in the introspection data. |
ExtendRepeat | No description available in the introspection data. |
ExtendReflect | No description available in the introspection data. |
ExtendPad | No description available in the introspection data. |
AnotherExtend Int | Catch-all for unknown values |
FillRule
No description available in the introspection data.
FillRuleWinding | No description available in the introspection data. |
FillRuleEvenOdd | No description available in the introspection data. |
AnotherFillRule Int | Catch-all for unknown values |
Instances
Enum FillRule Source # | |
Eq FillRule Source # | |
Ord FillRule Source # | |
Defined in GI.Cairo.Enums | |
Show FillRule Source # | |
BoxedEnum FillRule Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: FillRule -> IO GType # |
Filter
No description available in the introspection data.
FilterFast | No description available in the introspection data. |
FilterGood | No description available in the introspection data. |
FilterBest | No description available in the introspection data. |
FilterNearest | No description available in the introspection data. |
FilterBilinear | No description available in the introspection data. |
FilterGaussian | No description available in the introspection data. |
AnotherFilter Int | Catch-all for unknown values |
FontSlant
No description available in the introspection data.
FontSlantNormal | No description available in the introspection data. |
FontSlantItalic | No description available in the introspection data. |
FontSlantOblique | No description available in the introspection data. |
AnotherFontSlant Int | Catch-all for unknown values |
Instances
Enum FontSlant Source # | |
Defined in GI.Cairo.Enums succ :: FontSlant -> FontSlant # pred :: FontSlant -> FontSlant # fromEnum :: FontSlant -> Int # enumFrom :: FontSlant -> [FontSlant] # enumFromThen :: FontSlant -> FontSlant -> [FontSlant] # enumFromTo :: FontSlant -> FontSlant -> [FontSlant] # enumFromThenTo :: FontSlant -> FontSlant -> FontSlant -> [FontSlant] # | |
Eq FontSlant Source # | |
Ord FontSlant Source # | |
Defined in GI.Cairo.Enums | |
Show FontSlant Source # | |
BoxedEnum FontSlant Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: FontSlant -> IO GType # |
FontType
No description available in the introspection data.
FontTypeToy | No description available in the introspection data. |
FontTypeFt | No description available in the introspection data. |
FontTypeWin32 | No description available in the introspection data. |
FontTypeQuartz | No description available in the introspection data. |
FontTypeUser | No description available in the introspection data. |
AnotherFontType Int | Catch-all for unknown values |
Instances
Enum FontType Source # | |
Eq FontType Source # | |
Ord FontType Source # | |
Defined in GI.Cairo.Enums | |
Show FontType Source # | |
BoxedEnum FontType Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: FontType -> IO GType # |
FontWeight
data FontWeight Source #
No description available in the introspection data.
FontWeightNormal | No description available in the introspection data. |
FontWeightBold | No description available in the introspection data. |
AnotherFontWeight Int | Catch-all for unknown values |
Instances
Format
No description available in the introspection data.
FormatInvalid | No description available in the introspection data. |
FormatArgb32 | No description available in the introspection data. |
FormatRgb24 | No description available in the introspection data. |
FormatA8 | No description available in the introspection data. |
FormatA1 | No description available in the introspection data. |
FormatRgb16565 | No description available in the introspection data. |
FormatRgb30 | No description available in the introspection data. |
AnotherFormat Int | Catch-all for unknown values |
HintMetrics
data HintMetrics Source #
No description available in the introspection data.
HintMetricsDefault | No description available in the introspection data. |
HintMetricsOff | No description available in the introspection data. |
HintMetricsOn | No description available in the introspection data. |
AnotherHintMetrics Int | Catch-all for unknown values |
Instances
HintStyle
No description available in the introspection data.
HintStyleDefault | No description available in the introspection data. |
HintStyleNone | No description available in the introspection data. |
HintStyleSlight | No description available in the introspection data. |
HintStyleMedium | No description available in the introspection data. |
HintStyleFull | No description available in the introspection data. |
AnotherHintStyle Int | Catch-all for unknown values |
Instances
Enum HintStyle Source # | |
Defined in GI.Cairo.Enums succ :: HintStyle -> HintStyle # pred :: HintStyle -> HintStyle # fromEnum :: HintStyle -> Int # enumFrom :: HintStyle -> [HintStyle] # enumFromThen :: HintStyle -> HintStyle -> [HintStyle] # enumFromTo :: HintStyle -> HintStyle -> [HintStyle] # enumFromThenTo :: HintStyle -> HintStyle -> HintStyle -> [HintStyle] # | |
Eq HintStyle Source # | |
Ord HintStyle Source # | |
Defined in GI.Cairo.Enums | |
Show HintStyle Source # | |
BoxedEnum HintStyle Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: HintStyle -> IO GType # |
LineCap
No description available in the introspection data.
LineCapButt | No description available in the introspection data. |
LineCapRound | No description available in the introspection data. |
LineCapSquare | No description available in the introspection data. |
AnotherLineCap Int | Catch-all for unknown values |
Instances
Enum LineCap Source # | |
Eq LineCap Source # | |
Ord LineCap Source # | |
Show LineCap Source # | |
BoxedEnum LineCap Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: LineCap -> IO GType # |
LineJoin
No description available in the introspection data.
LineJoinMiter | No description available in the introspection data. |
LineJoinRound | No description available in the introspection data. |
LineJoinBevel | No description available in the introspection data. |
AnotherLineJoin Int | Catch-all for unknown values |
Instances
Enum LineJoin Source # | |
Eq LineJoin Source # | |
Ord LineJoin Source # | |
Defined in GI.Cairo.Enums | |
Show LineJoin Source # | |
BoxedEnum LineJoin Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: LineJoin -> IO GType # |
Operator
No description available in the introspection data.
OperatorClear | No description available in the introspection data. |
OperatorSource | No description available in the introspection data. |
OperatorOver | No description available in the introspection data. |
OperatorIn | No description available in the introspection data. |
OperatorOut | No description available in the introspection data. |
OperatorAtop | No description available in the introspection data. |
OperatorDest | No description available in the introspection data. |
OperatorDestOver | No description available in the introspection data. |
OperatorDestIn | No description available in the introspection data. |
OperatorDestOut | No description available in the introspection data. |
OperatorDestAtop | No description available in the introspection data. |
OperatorXor | No description available in the introspection data. |
OperatorAdd | No description available in the introspection data. |
OperatorSaturate | No description available in the introspection data. |
OperatorMultiply | No description available in the introspection data. |
OperatorScreen | No description available in the introspection data. |
OperatorOverlay | No description available in the introspection data. |
OperatorDarken | No description available in the introspection data. |
OperatorLighten | No description available in the introspection data. |
OperatorColorDodge | No description available in the introspection data. |
OperatorColorBurn | No description available in the introspection data. |
OperatorHardLight | No description available in the introspection data. |
OperatorSoftLight | No description available in the introspection data. |
OperatorDifference | No description available in the introspection data. |
OperatorExclusion | No description available in the introspection data. |
OperatorHslHue | No description available in the introspection data. |
OperatorHslSaturation | No description available in the introspection data. |
OperatorHslColor | No description available in the introspection data. |
OperatorHslLuminosity | No description available in the introspection data. |
AnotherOperator Int | Catch-all for unknown values |
Instances
Enum Operator Source # | |
Eq Operator Source # | |
Ord Operator Source # | |
Defined in GI.Cairo.Enums | |
Show Operator Source # | |
BoxedEnum Operator Source # | |
Defined in GI.Cairo.Enums boxedEnumType :: Operator -> IO GType # |
PathDataType
data PathDataType Source #
No description available in the introspection data.
PathDataTypeMoveTo | No description available in the introspection data. |
PathDataTypeLineTo | No description available in the introspection data. |
PathDataTypeCurveTo | No description available in the introspection data. |
PathDataTypeClosePath | No description available in the introspection data. |
AnotherPathDataType Int | Catch-all for unknown values |
Instances
PatternType
data PatternType Source #
No description available in the introspection data.
PatternTypeSolid | No description available in the introspection data. |
PatternTypeSurface | No description available in the introspection data. |
PatternTypeLinear | No description available in the introspection data. |
PatternTypeRadial | No description available in the introspection data. |
PatternTypeMesh | No description available in the introspection data. |
PatternTypeRasterSource | No description available in the introspection data. |
AnotherPatternType Int | Catch-all for unknown values |
Instances
RegionOverlap
data RegionOverlap Source #
No description available in the introspection data.
RegionOverlapIn | No description available in the introspection data. |
RegionOverlapOut | No description available in the introspection data. |
RegionOverlapPart | No description available in the introspection data. |
AnotherRegionOverlap Int | Catch-all for unknown values |
Instances
Status
No description available in the introspection data.
StatusSuccess | No description available in the introspection data. |
StatusNoMemory | No description available in the introspection data. |
StatusInvalidRestore | No description available in the introspection data. |
StatusInvalidPopGroup | No description available in the introspection data. |
StatusNoCurrentPoint | No description available in the introspection data. |
StatusInvalidMatrix | No description available in the introspection data. |
StatusInvalidStatus | No description available in the introspection data. |
StatusNullPointer | No description available in the introspection data. |
StatusInvalidString | No description available in the introspection data. |
StatusInvalidPathData | No description available in the introspection data. |
StatusReadError | No description available in the introspection data. |
StatusWriteError | No description available in the introspection data. |
StatusSurfaceFinished | No description available in the introspection data. |
StatusSurfaceTypeMismatch | No description available in the introspection data. |
StatusPatternTypeMismatch | No description available in the introspection data. |
StatusInvalidContent | No description available in the introspection data. |
StatusInvalidFormat | No description available in the introspection data. |
StatusInvalidVisual | No description available in the introspection data. |
StatusFileNotFound | No description available in the introspection data. |
StatusInvalidDash | No description available in the introspection data. |
StatusInvalidDscComment | No description available in the introspection data. |
StatusInvalidIndex | No description available in the introspection data. |
StatusClipNotRepresentable | No description available in the introspection data. |
StatusTempFileError | No description available in the introspection data. |
StatusInvalidStride | No description available in the introspection data. |
StatusFontTypeMismatch | No description available in the introspection data. |
StatusUserFontImmutable | No description available in the introspection data. |
StatusUserFontError | No description available in the introspection data. |
StatusNegativeCount | No description available in the introspection data. |
StatusInvalidClusters | No description available in the introspection data. |
StatusInvalidSlant | No description available in the introspection data. |
StatusInvalidWeight | No description available in the introspection data. |
StatusInvalidSize | No description available in the introspection data. |
StatusUserFontNotImplemented | No description available in the introspection data. |
StatusDeviceTypeMismatch | No description available in the introspection data. |
StatusDeviceError | No description available in the introspection data. |
StatusInvalidMeshConstruction | No description available in the introspection data. |
StatusDeviceFinished | No description available in the introspection data. |
StatusJbig2GlobalMissing | No description available in the introspection data. |
AnotherStatus Int | Catch-all for unknown values |
SubpixelOrder
data SubpixelOrder Source #
No description available in the introspection data.
SubpixelOrderDefault | No description available in the introspection data. |
SubpixelOrderRgb | No description available in the introspection data. |
SubpixelOrderBgr | No description available in the introspection data. |
SubpixelOrderVrgb | No description available in the introspection data. |
SubpixelOrderVbgr | No description available in the introspection data. |
AnotherSubpixelOrder Int | Catch-all for unknown values |
Instances
SurfaceType
data SurfaceType Source #
No description available in the introspection data.
SurfaceTypeImage | No description available in the introspection data. |
SurfaceTypePdf | No description available in the introspection data. |
SurfaceTypePs | No description available in the introspection data. |
SurfaceTypeXlib | No description available in the introspection data. |
SurfaceTypeXcb | No description available in the introspection data. |
SurfaceTypeGlitz | No description available in the introspection data. |
SurfaceTypeQuartz | No description available in the introspection data. |
SurfaceTypeWin32 | No description available in the introspection data. |
SurfaceTypeBeos | No description available in the introspection data. |
SurfaceTypeDirectfb | No description available in the introspection data. |
SurfaceTypeSvg | No description available in the introspection data. |
SurfaceTypeOs2 | No description available in the introspection data. |
SurfaceTypeWin32Printing | No description available in the introspection data. |
SurfaceTypeQuartzImage | No description available in the introspection data. |
SurfaceTypeScript | No description available in the introspection data. |
SurfaceTypeQt | No description available in the introspection data. |
SurfaceTypeRecording | No description available in the introspection data. |
SurfaceTypeVg | No description available in the introspection data. |
SurfaceTypeGl | No description available in the introspection data. |
SurfaceTypeDrm | No description available in the introspection data. |
SurfaceTypeTee | No description available in the introspection data. |
SurfaceTypeXml | No description available in the introspection data. |
SurfaceTypeSkia | No description available in the introspection data. |
SurfaceTypeSubsurface | No description available in the introspection data. |
SurfaceTypeCogl | No description available in the introspection data. |
AnotherSurfaceType Int | Catch-all for unknown values |
Instances
TextClusterFlags
data TextClusterFlags Source #
No description available in the introspection data.
TextClusterFlagsBackward | No description available in the introspection data. |
AnotherTextClusterFlags Int | Catch-all for unknown values |