のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

pango_cairo_renderer_show_text_glyphs

  424 static void
  425 pango_cairo_renderer_show_text_glyphs (PangoRenderer        *renderer,
  426                        const char           *text,
  427                        int                   text_len,
  428                        PangoGlyphString     *glyphs,
  429                        cairo_text_cluster_t *clusters,
  430                        int                   num_clusters,
  431                        gboolean              backward,
  432                        PangoFont            *font,
  433                        int                   x,
  434                        int                   y)
  435 {