Home
last modified time | relevance | path

Searched refs:font_advance (Results 1 – 4 of 4) sorted by relevance

/dports/audio/komposter/komposter-f75eeb7/
H A Dfont.c49 int font_advance[FONT_STYLES][255]; variable
115 font_advance[f][c]=slot->advance.x >> 6; in font_init()
165 sw+=font_advance[fontnr][(int)text[n]]; in render_text()
194 xp+=font_advance[fontnr][(int)text[n]]; in render_text()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DSvgFont.vala22 double font_advance = 0;
159 font_advance = double.parse (attr.get_content ());
214 double advance = font_advance;
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py1679 …glyph_width, glyph_height, lsb, font_advance, bsb = metrics # We use a shaped advance instead of …
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_node.c3509 DEF_SIZE(font_advance) in DEF_STRING()
3510 DEF_SET (font_advance, type, FONT_TYPE_ADVANCE) in DEF_STRING()
3513 DEF_VALUE_OPT (SIZE, font_advance, x, -1E+128) in DEF_STRING()