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.Objects.FontFace

Contents

Description

The FontFace structure is used to represent a group of fonts with the same family, slant, weight, width, but varying sizes.

Synopsis

Exported types

newtype FontFace Source #

Constructors

FontFace (ManagedPtr FontFace) 

Instances

GObject FontFace Source # 
IsObject FontFace Source # 
IsFontFace FontFace Source # 
((~) * info (ResolveFontFaceMethod t FontFace), MethodInfo * info FontFace p) => IsLabel t (FontFace -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> FontFace -> p #

((~) * info (ResolveFontFaceMethod t FontFace), MethodInfo * info FontFace p) => IsLabelProxy t (FontFace -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> FontFace -> p #

HasAttributeList * FontFace Source # 
type AttributeList FontFace Source # 
type SignalList FontFace Source # 

Methods

describe

fontFaceDescribe Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontFace a) 
=> a

face: a FontFace

-> m FontDescription

Returns: a newly-created FontDescription structure holding the description of the face. Use fontDescriptionFree to free the result.

Returns the family, style, variant, weight and stretch of a FontFace. The size field of the resulting font description will be unset.

getFaceName

fontFaceGetFaceName Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontFace a) 
=> a

face: a FontFace.

-> m Text

Returns: the face name for the face. This string is owned by the face object and must not be modified or freed.

Gets a name representing the style of this face among the different faces in the FontFamily for the face. This name is unique among all faces in the family and is suitable for displaying to users.

isSynthesized

fontFaceIsSynthesized Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontFace a) 
=> a

face: a FontFace

-> m Bool

Returns: whether face is synthesized.

Returns whether a FontFace is synthesized by the underlying font rendering engine from another face, perhaps by shearing, emboldening, or lightening it.

Since: 1.18

listSizes

fontFaceListSizes Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontFace a) 
=> a

face: a FontFace.

-> m (Maybe [Int32]) 

List the available sizes for a font. This is only applicable to bitmap fonts. For scalable fonts, stores Nothing at the location pointed to by sizes and 0 at the location pointed to by nSizes. The sizes returned are in Pango units and are sorted in ascending order.

Since: 1.4