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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ScaledFont Source #

Memory-managed wrapper type.

Constructors

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

Defined in GI.Cairo.Structs.ScaledFont

Methods

(==) :: ScaledFont -> ScaledFont -> Bool

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

BoxedObject ScaledFont Source # 
Instance details

Defined in GI.Cairo.Structs.ScaledFont

Methods

boxedType :: ScaledFont -> IO GType

IsGValue ScaledFont Source #

Convert ScaledFont to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Cairo.Structs.ScaledFont

Methods

toGValue :: ScaledFont -> IO GValue

fromGValue :: GValue -> IO ScaledFont

noScaledFont :: Maybe ScaledFont Source #

A convenience alias for Nothing :: Maybe ScaledFont.

Methods

Overloaded methods