Re: [gtkmm] problems with pango



Murray Cumming writes:
> On Sun, 2002-10-27 at 21:10, Daniel Elstner wrote:
> > Am Son, 2002-10-27 um 16.40 schrieb Morus Walter:
> > > - the method Gdk::Drawable::draw_glyphs, which is used for low level
> > >   text rendering, takes a c pointer PangoGlyphString* glyphs instead of
> > >   a Pango::GlyphString object.
> 
> I suspect that that's actually an array of PangoGlyphStrings.
> 
I don't think so.
The documentation (http://developer.gnome.org/doc/API/2.0/pango/pango-text-processing.html#pango-shape) says
void        pango_shape                     (const gchar *text,
                                             gint length,
                                             PangoAnalysis *analysis,
                                             PangoGlyphString *glyphs);
...
glyphs :  glyph string in which to store results

greetings
	Morus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]