Pango
Pango is a library for internationalized text handling. It centers around the PangoLayout
object, representing a paragraph of text. Pango provides the engine for GtkTextView
, GtkLabel
, GtkEntry
, and other widgets that display text.
The RGtk binding to the Pango library consists of the following components:
Types and functions to help with handling bidirectional text
Unicode character range coverage storage
Structures representing abstract fonts
Structures for storing information about glyphs
High-level layout driver objects
Functions to run the rendering pipeline
Rendering driver base class
Tools for checking Pango version at compile- and run-time.
Rendering with the Cairo backend
Identifying writing systems and languages
Structures for storing tab stops
Font and other attributes for annotating text
Laying text out in vertical directions
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.