gi-cairo-1.0.23: Cairo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Cairo.Structs.FontFace

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FontFace Source #

Memory-managed wrapper type.

Constructors

FontFace (ManagedPtr FontFace) 
Instances
Eq FontFace Source # 
Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

(==) :: FontFace -> FontFace -> Bool

(/=) :: FontFace -> FontFace -> Bool

BoxedObject FontFace Source # 
Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

boxedType :: FontFace -> IO GType

IsGValue FontFace Source #

Convert FontFace to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

toGValue :: FontFace -> IO GValue

fromGValue :: GValue -> IO FontFace

noFontFace :: Maybe FontFace Source #

A convenience alias for Nothing :: Maybe FontFace.

Methods

Overloaded methods