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

Description

Data type for holding a shaping plan.

Shape plans contain information about how HarfBuzz will shape a particular text segment, based on the segment's properties and the capabilities in the font face in use.

Shape plans can be queried about how shaping will perform, given a set of specific input parameters (script, language, direction, features, etc.).

Synopsis

Exported types

newtype ShapePlanT Source #

Memory-managed wrapper type.

Constructors

ShapePlanT (ManagedPtr ShapePlanT) 

Instances

Instances details
Eq ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

GBoxed ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

ManagedPtrNewtype ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

Methods

toManagedPtr :: ShapePlanT -> ManagedPtr ShapePlanT

TypedObject ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

Methods

glibType :: IO GType

HasParentTypes ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

IsGValue (Maybe ShapePlanT) Source #

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

Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes ShapePlanT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.ShapePlanT

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

Methods