Pango =================================================== .. module:: ~gi.repository.Pango Module version: 1.0 Library version: - C API documentation: `https://docs.gtk.org/Pango `_ Usage: .. code-block:: :dedent: import gi gi.require_version("Pango", "1.0") from gi.repository import Pango .. toctree:: :maxdepth: 1 :caption: API classes structures enums functions constants Dependencies ------------ * :doc:`GLib-2.0 ../GLib-2.0/index` * :doc:`GObject-2.0 ../GObject-2.0/index` * :doc:`GModule-2.0 ../GModule-2.0/index` * :doc:`Gio-2.0 ../Gio-2.0/index` * :doc:`freetype2-2.0 ../freetype2-2.0/index` * :doc:`HarfBuzz-0.0 ../HarfBuzz-0.0/index` * `cairo-1.0 `__