Pango {RGtk2}R Documentation

Pango

Description

Pango is a library for internationalized text handling. It centers around the code{link{PangoLayout}} object, representing a paragraph of text. Pango provides the engine for GtkTextView, GtkLabel, GtkEntry, and other widgets that display text.

Details

The RGtk binding to the Pango library consists of the following components:

pango-Coverage-Maps
Unicode character range coverage storage
pango-Fonts
Structures representing abstract fonts
pango-Glyph-Storage
Structures for storing information about glyphs
pango-Layout-Objects
Highlevel layout driver objects
pango-Text-Processing
Functions to run the rendering pipeline
pango-PangoRenderer
Rendering driver base class
pango-Cairo-Rendering
Rendering with the Cairo backend
pango-Tab-Stops
Structures for storing Tab Stops
pango-Text-Attributes
Font and other attributes for annotating text

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/pango


[Package RGtk2 version 2.8.5 Index]