Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.HarfBuzz.Structs.FontT
Contents
Description
Data type for holding fonts.
Synopsis
- newtype FontT = FontT (ManagedPtr FontT)
Exported types
Memory-managed wrapper type.
Constructors
FontT (ManagedPtr FontT) |
Instances
Eq FontT Source # | |
GBoxed FontT Source # | |
Defined in GI.HarfBuzz.Structs.FontT | |
ManagedPtrNewtype FontT Source # | |
Defined in GI.HarfBuzz.Structs.FontT Methods toManagedPtr :: FontT -> ManagedPtr FontT # | |
TypedObject FontT Source # | |
Defined in GI.HarfBuzz.Structs.FontT | |
HasParentTypes FontT Source # | |
Defined in GI.HarfBuzz.Structs.FontT | |
IsGValue (Maybe FontT) Source # | Convert |
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 # | |
Defined in GI.HarfBuzz.Structs.FontT type ParentTypes FontT = '[] :: [Type] |