gi-pango-1.0.11: Pango bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Structs.AttrFontFeatures

Contents

Description

The AttrFontFeatures structure is used to represent OpenType font features as an attribute.

Synopsis

Exported types

newZeroAttrFontFeatures :: MonadIO m => m AttrFontFeatures Source #

Construct a AttrFontFeatures struct initialized to zero.

Methods

new

attrFontFeaturesNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text

features: a string with OpenType font features, in CSS syntax

-> m Attribute

Returns: the newly allocated Attribute, which should be freed with attributeDestroy.

Create a new font features tag attribute.

Since: 1.38

Properties

attr

features