gi-pangocairo-1.0.10: PangoCairo bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.PangoCairo.Interfaces.Font

Contents

Description

 

Synopsis

Exported types

newtype Font Source #

Constructors

Font (ManagedPtr Font) 

Instances

GObject Font Source # 
IsObject Font Source # 
IsFont Font Source # 
IsFont Font Source # 
((~) * info (ResolveFontMethod t Font), MethodInfo * info Font p) => IsLabel t (Font -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Font -> p #

((~) * info (ResolveFontMethod t Font), MethodInfo * info Font p) => IsLabelProxy t (Font -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Font -> p

HasAttributeList * Font Source # 
type SignalList Font Source # 
type SignalList Font
type AttributeList Font Source # 
type AttributeList Font

class GObject o => IsFont o Source #

Instances

(GObject a, UnknownAncestorError Constraint Font a) => IsFont a Source # 
IsFont Font Source # 

toFont :: IsFont o => o -> IO Font Source #

Methods

getScaledFont

data FontGetScaledFontMethodInfo Source #

Instances

((~) * signature (m (Maybe ScaledFont)), MonadIO m, IsFont a) => MethodInfo * FontGetScaledFontMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FontGetScaledFontMethodInfo a -> signature -> s

fontGetScaledFont :: (MonadIO m, IsFont a) => a -> m (Maybe ScaledFont) Source #