Description Details Author(s) References
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
https://developer.gnome.org/pango
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.