|
| Graphics.UI.Gtk.Pango.Types |
|
|
|
|
| Description |
| Define types used in Pango which are not derived from GObject.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype LayoutIter |
| An iterator to examine a layout.
| | Constructors | |
|
|
| layout_iter_free :: Ptr LayoutIter -> FinalizerPtr LayoutIter |
|
| newtype LayoutLine |
| A single line in a PangoLayout.
| | Constructors | |
|
|
| makeNewLayoutLine :: Ptr LayoutLine -> IO LayoutLine |
|
| newtype FontDescription |
| A possibly partial description of font(s).
| | Constructors | |
|
|
| makeNewFontDescription :: Ptr FontDescription -> IO FontDescription |
|
| newtype Language |
| A Language designator to choose fonts.
| | Constructors | | | Instances | |
|
|
| languageFromString :: String -> IO Language |
|
| Produced by Haddock version 0.6 |