Tagged Questions
The pango tag has no wiki summary.
4
votes
2answers
626 views
How to get a glyph outline of a true type character on a linux system
I'm searching for a library to get the outline of a glyph in a true type font on a linux system. We are using Pango and Cairo but unfortunatly I didn't find anything.
I'm looking for somethig similar ...
3
votes
1answer
689 views
GTKSharp, Pango, set font size quirkiness
I'm using GTK Sharp to work on some GUI for my app.
Take a look at this chunk of code:
Pango.FontDescription fontdesc = new Pango.FontDescription();
fontdesc.Family = "Sans";
//fontdesc.Size = 12;
...
2
votes
0answers
36 views
How do I determine the fallback font for Pango?
I'm rendering some text using pangomm, but the font that I am using doesn't have glyphs for parts of the text (in this case, there is some Japanese mixed in with English). Pango seems to render the ...
2
votes
1answer
61 views
Pango Markup on Expander Label
I have a project in Python 2.7 and PyGTK 2.24.
I have the following code in my project:
expTSet = gtk.Expander()
expTSet.set_use_markup(True)
expTSet.set_label('<span ...
2
votes
1answer
134 views
Why do fonts in Pango change weight when text is rotated in Cairo?
I'm having a problem with Pango rendering under a rotated matrix. I'm attempting to draw a label (see code below) which happens inside of an animating Cairo matrix rotation.
As the label rotates, the ...
2
votes
0answers
181 views
Will GTK's pango and cairo work well in Cocoa and MFC applications
I'm writing a GUI program and decided to go native on all platforms.
But for all the stuff i need to draw myself i would like to use the same drawing routines because font and unicode handling is so ...
2
votes
1answer
305 views
How to tell whether a font is monospace using GTK and Pango?
I have a PangoFontDescription and I want to know whether it describes a monospace font.
I have seen the function pango_font_family_is_monospace() in the Pango API documentation but after several ...
2
votes
4answers
4k views
Pango-WARNING **: failed to choose a font, expect ugly output
I'm getting this error when starting anything that uses the Pango library. I'm using Kubuntu 9.10. I've done 'sudo apt-get --reinstall install' on libgtk* libcairo* libpango* and fontconfig, with no ...
2
votes
1answer
595 views
How do I do text wrapping in pyCairo + Pango?
What I need pyCairo to do is :
generate an image of size 100x100 containing some text and an image from filesystem as background
the text should be within a box which has text wrapping of size 20x20 ...
1
vote
0answers
44 views
pango attributes with pygobject
I have the following code, that uses pygtk:
attr = pango.AttrList()
attr.change(pango.AttrSize((
50 * window_height / 100) * 1000, 0, -1))
attr.change(pango.AttrFamily("Sans", 0, -1))
...
1
vote
1answer
80 views
Printing with Gtk.Printing/cairo/pango in gtk2hs - Print-operations in Haskell
I am currently trying to print files or text (to a printer, not to a terminal etc.) in Haskell with gtk(2hs) using Graphics.UI.Gtk.Printing, Cairo and Pango.
Code is the following:
op <- ...
1
vote
1answer
286 views
How can I render Text with transparent background over other widgets in GTK?
I wish to render text with transparent/translucent background (or no background) over other gtk widgets like GtkImage or GtkButton etc.
Primary goal is to have text display over Gtk Widgets (esp. ...
1
vote
0answers
106 views
using gtktextbuffer and Pango
I have some text in GtkTextBuffer with certain attribute properties like bold, italic.
I want to extract those text having those properties using Pango.
1
vote
2answers
339 views
Using GTK/GDK to get Pango-rendered pixels
I'm trying to get a bitmap rendered by Pango with a given character, in this case the letter "T". I thought this should work, but it just prints out garbage..
In this code, gtk_window is already ...
1
vote
2answers
661 views
Are there any examples of a Python PyGTK Pango editor toolbar?
I am looking for an example application written in Python and PyGTK.
There should be an editor out there somewhere that already does this.
Some app with a text editor row of buttons:
- Font
- ...
1
vote
1answer
970 views
Extracting Glyph Kerning Information C++
After asking my previous question about Uniscribe glyph kerning, and not yet receiving an answer, plus further reading on google etc, it seems Uniscribe may not support extracting glyph kerning ...
0
votes
0answers
14 views
clutter: system error-libcogl-pango-0.dll is missing from your computer
I have built clutter on windows 7. When I attempt to build a simple hello world, I get this error, that the program cannot start because this dll, libcogl-pango-0.dll is missing from my computer. I ...
0
votes
0answers
23 views
Pango markup to do equations?
Can I use Pango markup to do equations?
Ideally, I would like some kind of latex2pango tool in the manner of latex2xml.
Why? I'd like to use gnome pinpoint but there is no easy way of getting latex ...
0
votes
1answer
33 views
Variable in Pango Markup
I am using Python 2.7 and PyGObject 3.0. (This is VERY important! the PyGObject syntax changed with 3.0!)
I need to put a variable in place of a string in a markup, so the output is formatted. This ...
0
votes
1answer
26 views
Output an Image for Each Word Rather than the Whole String in PHP Using Pango and Cairo
I am working on a solution to automatically make an image of each word of a large document that contains a complex script (Khmer in UTF-8). I've found Pango and Cairo which can render Khmer ...
0
votes
1answer
87 views
Text Alignment With Perl Pango
I used Pango with Perl and It succeed rendering a right to left text perfectly (This mission is a nightmare ):
The code :
#!/usr/bin/perl -wT
use strict;
use warnings;
use Pango;
use Encode;
my ...
0
votes
0answers
28 views
pango-querymodules segmentation fault
I'm trying to build libpango from source code, everything looks good except that the compiled binary pango-querymodules doesn't work, giving segmentation fault.
I've searched google and no direct ...
0
votes
1answer
122 views
Rendering text inside gtkglext widget - from glut to pango
I'm in the process of constructing a user interface for my C/C++ simulation application using gtk+, and moving away from command-line control. I've used gtkglext to embed my OpenGL rendering of the ...
0
votes
0answers
22 views
How to detect glyph overlapping (particularly, when ascending glyphs overlap with descending glyphs)?
Using Pango, I have found that using the default line spacing, an ascending glyph in the bottom line could overlap with a descending one in a top line. For example: if a 'Â' glyph is just under a 'y', ...
0
votes
0answers
145 views
hindi font with pango-view?
how to use hindi font with pango-view?
how to use pango-view with imagemagick?
Please provide sample commands
I am able to generate image with hindi text using imagemagic but I am facing issue with ...
0
votes
0answers
18 views
How to use Pango::Context::Itemize
Please provide me any sample application that illustartes how to use
Pango::Context::Itemize.
0
votes
0answers
78 views
Gtkmm+Pango::layout
How can i set different different text attributes to Pango::layout.
For example: I have a Text "WELCOME" and lets say "W" is bold,"E" is italic and "L" has red color and so on..
then if i render this ...
0
votes
0answers
69 views
pango-view: Invalid byte sequence in conversion input
I have a code which converts English text to Hindi image.
When I run the code through command line it is working fine.
I try to run the same code through php using exec command.
It is giving ...
0
votes
1answer
197 views
Clutter Toolkit Dependencies - Ubuntu 11.04
Is there an obvious way to get Clutter Toolkit up and running in Ubuntu. It seems like there is a huge list of dependencies as I try compiling it.
The current dependency which I am unable to resolve ...
0
votes
0answers
75 views
Pango-cairo crashes on Snow Leopard
I'm trying to use pango to render to a cairo_image_surface, yet whenever I call pango_cairo_create_layout on my context, I get an EXC_BAD_ACCESS (the equivalent of a segfault). I'm on OS X Snow ...
0
votes
1answer
95 views
rendering multiattributed textview
problem: I have a Textview with different Texttags in different selected text areas. At the end of editing, i would like to render this multi tagged textbuffer/textview into drawingarea.But I am not ...
0
votes
2answers
395 views
Drawing text on GTK's DrawingArea in Haskell
I have a DrawingArea onto which I can draw using primitives such as drawRectangle and drawLine. How do I draw text onto that area? I'm most interested in something that quickly outputs a single line ...
0
votes
1answer
122 views
Caught in a neverending install cycle after upgrading Perl
Last night I was reading about a mysql tuning program here. I installed it and it said I needed a perl version higher than the one I had. I downloaded and installed perl 5.12.x
Suddenly my Munin ...
0
votes
1answer
69 views
Getting text bounds in GTK+
How can I get bounds of a text, provided string with attributes say, font size, font style, and font family in GTK+?
0
votes
1answer
371 views
Libtool think that a “library was moved” but it isn't the case
I am currently recompiling gtk+ and dependencies from source (I have no other choices).
All my custom packages are installed in a specific custom point (let's call it /packages) (it can seem odd but ...
0
votes
1answer
283 views
-package Cabal-1.8.0.6 breaks pango installation on Mac
When installing Haskell pango on mac (sudo cabal install pango), the first problem is that it tries to install packages I've already installed. I've install haskell98 (successfully), but pango tries ...
0
votes
1answer
225 views
Compiling cairo and pango --with-included-modules
I'm trying to compile cairo together with pango to enable advanced font rendering in my application. I got it to work, but I cannot use unicode characters (i.e. I tested with Chinese character).
...
0
votes
1answer
114 views
Cross platform way to get a list of availble fonts
I'm using Pango and Cairo. Is there a simple way to get a list of available fonts? I'm willing to use another library, provided the solution is fairly simple.
0
votes
1answer
390 views
Disappearing characters in cairo font rendering
I use cairo to render a simple text onto a cairo surface. I use a freetype font for that (Vera.ttf if that matters). It works, but sometimes characters disappear from the output. In fact only the ...
0
votes
2answers
365 views
How should I display a constantly updating timer using PyGTK?
I am writing a timer program in Python using PyGTK. It is precise to the hundredths place. Right now, I am using a constantly updated label. This is a problem, because if I resize the window while the ...
0
votes
1answer
1k views
Font rendering problems using Pango + Cairo + Fontconfig using Visual Studio, under GCC works fine
I have a big problem, and I hope you can help me.
I'm porting a game from Linux to Windows, and using MinGW works fine (except for some crashes that I don't know how, but this is not my problem now)
...
0
votes
2answers
746 views
How to escape characters in Pango markup?
My program has a gtk.TreeView which displays a gtk.ListStore. The gtk.ListStore contains strings like this:
"<span size='medium'><b>"+site_title+"</b></span>"+"\n"+URL
...
0
votes
2answers
465 views
How to initialize Pango under Win32?
Having downloaded Pango and GLib from the GTK+ Project's Win32 downloads page and having created and configured a Win32 project under Visual Studio 2005 so it points to the proper lib and include ...
-1
votes
2answers
314 views
Processing CSS bolder and lighter in Pango
I am using Pango in an application implementing part of the CSS specification and so far I have been stumped by the font-weight: (bolder|lighter) attribute.
According to specification,
'bolder' ...