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.FontOptions

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FontOptions Source #

Memory-managed wrapper type.

Constructors

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

Defined in GI.Cairo.Structs.FontOptions

Methods

(==) :: FontOptions -> FontOptions -> Bool

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

BoxedObject FontOptions Source # 
Instance details

Defined in GI.Cairo.Structs.FontOptions

Methods

boxedType :: FontOptions -> IO GType

IsGValue FontOptions Source #

Convert FontOptions to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.FontOptions

Methods

toGValue :: FontOptions -> IO GValue

fromGValue :: GValue -> IO FontOptions

noFontOptions :: Maybe FontOptions Source #

A convenience alias for Nothing :: Maybe FontOptions.

Methods

Overloaded methods