simple-pango-0.1.0.2: Binding to Pango library
Safe HaskellNone
LanguageHaskell2010

Graphics.Pango.Basic.TextAttributes.Internal

Synopsis

TYPE

PARSE MARKUP

INSERT AN ATTRIBUTE TO PANGO TEXT ATTRIBUTE LIST FOR PRIMITIVE MONAD

PANGO ATTRIBUTE VALUE

Class

data PangoAttribute s Source #

Instances

Instances details
Show (PangoAttribute s) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

class PangoAttributeValue v Source #

Minimal complete definition

pangoAttrNew

Instances

Instances details
PangoAttributeValue Family Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoStretch Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoStyle Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoVariant Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoWeight Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue Size Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoLanguage Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue LetterSpacing Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoUnderline Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue Rise Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue Scale Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue Shape Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue Strikethrough Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoGravity Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

PangoAttributeValue PangoGravityHint Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (BackgroundAlpha d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (BackgroundColor d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (ForegroundAlpha d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (ForegroundColor d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (StrikethroughColor d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

RealFrac d => PangoAttributeValue (UnderlineColor d) Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

Instance

FontDescription

Strikethrough and StrikethroughColor

PangoUnderline and UnderlineColor

Shape

Scale

newtype Scale Source #

Constructors

Scale CDouble 

Instances

Instances details
Show Scale Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

Methods

showsPrec :: Int -> Scale -> ShowS #

show :: Scale -> String #

showList :: [Scale] -> ShowS #

PangoAttributeValue Scale Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

Rise

data Rise Source #

Instances

Instances details
Show Rise Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

Methods

showsPrec :: Int -> Rise -> ShowS #

show :: Rise -> String #

showList :: [Rise] -> ShowS #

PangoAttributeValue Rise Source # 
Instance details

Defined in Graphics.Pango.Basic.TextAttributes.Internal

pattern Rise :: PangoFixed -> Rise Source #

LetterSpacing

Color and Alpha of Foreground and Background

PANGO COLOR

INTERNAL