のねのBlog

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

2017-10-06から1日間の記事一覧

pango PangoAnalysis

void pango_shape (const gchar *text, gint length, const PangoAnalysis *analysis, PangoGlyphString *glyphs) { pango_shape_full (text, length, text, length, analysis, glyphs); } void pango_shape_full (const gchar *item_text, gint item_length…

Pango PangoAnalysis

#ifndef __PANGO_ITEM_H__ 23 #define __PANGO_ITEM_H__ 24 25 #include <pango/pango-types.h> 26 27 G_BEGIN_DECLS 28 29 typedef struct _PangoAnalysis PangoAnalysis; 30 typedef struct _PangoItem PangoItem; 31 40 #define PANGO_ANALYSIS_FLAG_CENTERED_BASELINE (1 << 0</pango/pango-types.h>…

pango cairo

Fonts

pango engine

PangoEngineShape: Pango Reference Manual

pango pango_ot_buffer_output

159 171 void 172 pango_ot_buffer_output (const PangoOTBuffer *buffer, 173 PangoGlyphString *glyphs) 174 { 175 unsigned int i; 176 int last_cluster; 177 178 unsigned int num_glyphs; 179 hb_buffer_t *hb_buffer = buffer->buffer; 180 hb_glyph_…