search results

  1. I need to retrieve glyphs data (bounding box, base line, and so on) in Cairo/Pango. I\'m trying to do this with Python. I think I need a pango.Font object in order to ...
    stackoverflow.com/.../python-pango-​retrieve-font-object - Cached
  2. #!/usr/bin/python # ZetCode PyGTK tutorial # # This ... This code line creates a pango context object. ... From the context object, we retrieve all available font ...
    www.zetcode.com/gui/pygtk/pango - Cached
  3. Python Pango retrieve Font object. 0. How to set font from file in Pango and Mono. 0. How to install pango for Python on Windows? question feed.
    stackoverflow.com/...do-i-do-text-​wrapping-in-pycairo-pango - Cached
  4. #!/usr/bin/python # ZetCode PyGTK ... This code line creates a pango context object. ... From the context object, we retrieve all available font families.
    pochopoch.blogspot.com/2013/04/explore-​pango-library-in...
  5. There appears to be no way to retrieve a pango.FontMap object in ... method loads a set of pango.Font objects in the fontmap that can be used to render a font ...
    developer.gnome.org/pygtk/2.24/class-​pango... - Cached
  6. This code l ine creates a Pango.Context object. ... From the context object, we retrieve all available font families. foreach (FontFamily ff in fam) ...
    zetcode.com/gui/gtksharp/pango - Cached
  7. ... from python - answer - Package: gir1.2-pango-1.0 ... Double free after calling Pango.Context.get_font ... gir that this object needs special treatment eg pango ...
    us.generation-nt.com/answer/bug-640855-​gir1-2-pango-1-0...
  8. This reference describes the classes of the Python PyGTK ... â€" an object to store data to and retrieve data ... â€" an object containing a set of pango.Font ...
    www.pygtk.org/pygtk2reference/​index.html - Cached
  9. A pango.Context object contains global information used to ... method loads and returns the pango.Font from one of the fontmaps in the context that is the closest ...
    pygtk.org/docs/pygtk/class-​pangocontext.html - Cached
  10. You can retrieve the current system font settings with ... Creates a font object with the specified attributes ... (e.g. pango_font_description_from ...
    www.wxpython.org/Phoenix/docs/html/​Font.html - Cached