Details
struct GnomeGlyphList
struct GnomeGlyphList;
gnome_glyphlist_check ()
gboolean gnome_glyphlist_check (const GnomeGlyphList *gl,
gboolean rules);
gnome_glyphlist_from_text_dumb ()
GnomeGlyphList* gnome_glyphlist_from_text_dumb
(GnomeFont *font,
guint32 color,
gdouble kerning,
gdouble letterspace,
const guchar *text);
gnome_glyphlist_from_text_sized_dumb ()
GnomeGlyphList* gnome_glyphlist_from_text_sized_dumb
(GnomeFont *font,
guint32 color,
gdouble kerning,
gdouble letterspace,
const guchar *text,
gint length);
gnome_glyphlist_advance ()
void gnome_glyphlist_advance (GnomeGlyphList *gl,
gboolean advance);
gnome_glyphlist_kerning ()
void gnome_glyphlist_kerning (GnomeGlyphList *gl,
gdouble kerning);
gnome_glyphlist_letterspace ()
void gnome_glyphlist_letterspace (GnomeGlyphList *gl,
gdouble letterspace);
gnome_glyphlist_color ()
void gnome_glyphlist_color (GnomeGlyphList *gl,
guint32 color);
gnome_glyphlist_moveto ()
void gnome_glyphlist_moveto (GnomeGlyphList *gl,
gdouble x,
gdouble y);
gnome_glyphlist_rmoveto ()
void gnome_glyphlist_rmoveto (GnomeGlyphList *gl,
gdouble x,
gdouble y);
gnome_glyphlist_glyph ()
void gnome_glyphlist_glyph (GnomeGlyphList *gl,
gint glyph);
gnome_glyphlist_glyphs ()
void gnome_glyphlist_glyphs (GnomeGlyphList *gl,
gint *glyphs,
gint num_glyphs);
gnome_glyphlist_text_dumb ()
void gnome_glyphlist_text_dumb (GnomeGlyphList *gl,
const guchar *text);
gnome_glyphlist_text_sized_dumb ()
void gnome_glyphlist_text_sized_dumb (GnomeGlyphList *gl,
const guchar *text,
gint length);
gnome_glyphlist_bbox ()
ArtDRect* gnome_glyphlist_bbox (const GnomeGlyphList *gl,
const gdouble *transform,
gint flags,
ArtDRect *bbox);