gi-harfbuzz-0.0.9: HarfBuzz bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.HarfBuzz.Structs.FontT

Description

Data type for holding fonts.

Synopsis

Exported types

newtype FontT Source #

Memory-managed wrapper type.

Constructors

FontT (ManagedPtr FontT) 

Instances

Instances details
Eq FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

Methods

(==) :: FontT -> FontT -> Bool #

(/=) :: FontT -> FontT -> Bool #

GBoxed FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

ManagedPtrNewtype FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

Methods

toManagedPtr :: FontT -> ManagedPtr FontT

TypedObject FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

Methods

glibType :: IO GType

HasParentTypes FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

IsGValue (Maybe FontT) Source #

Convert FontT to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.HarfBuzz.Structs.FontT

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe FontT -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe FontT)

type ParentTypes FontT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.FontT

type ParentTypes FontT = '[] :: [Type]

Methods