Gtk2HsContentsIndex
Graphics.UI.Gtk.Pango.Types
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
Define types used in Pango which are not derived from GObject.
Synopsis
newtype LayoutIter = LayoutIter (ForeignPtr LayoutIter)
layout_iter_free :: Ptr LayoutIter -> FinalizerPtr LayoutIter
newtype LayoutLine = LayoutLine (ForeignPtr LayoutLine)
makeNewLayoutLine :: Ptr LayoutLine -> IO LayoutLine
newtype FontDescription = FontDescription (ForeignPtr FontDescription)
makeNewFontDescription :: Ptr FontDescription -> IO FontDescription
newtype Language = Language (Ptr Language)
languageFromString :: String -> IO Language
Documentation
newtype LayoutIter
An iterator to examine a layout.
Constructors
LayoutIter (ForeignPtr LayoutIter)
layout_iter_free :: Ptr LayoutIter -> FinalizerPtr LayoutIter
newtype LayoutLine
A single line in a PangoLayout.
Constructors
LayoutLine (ForeignPtr LayoutLine)
makeNewLayoutLine :: Ptr LayoutLine -> IO LayoutLine
newtype FontDescription
A possibly partial description of font(s).
Constructors
FontDescription (ForeignPtr FontDescription)
makeNewFontDescription :: Ptr FontDescription -> IO FontDescription
newtype Language
A Language designator to choose fonts.
Constructors
Language (Ptr Language)
show/hide Instances
languageFromString :: String -> IO Language
Produced by Haddock version 0.7