HelenOS sources

gfx_font_first_glyph  851 uspace/app/fontedit/fontedit.c 		glyph = gfx_font_first_glyph(font);
gfx_font_first_glyph   58 uspace/lib/gfxfont/include/gfx/font.h extern gfx_glyph_t *gfx_font_first_glyph(gfx_font_t *);
gfx_font_first_glyph  240 uspace/lib/gfxfont/src/font.c 	glyph = gfx_font_first_glyph(font);
gfx_font_first_glyph  243 uspace/lib/gfxfont/src/font.c 		glyph = gfx_font_first_glyph(font);
gfx_font_first_glyph  350 uspace/lib/gfxfont/src/font.c 	glyph = gfx_font_first_glyph(font);
gfx_font_first_glyph  409 uspace/lib/gfxfont/src/font.c 	g = gfx_font_first_glyph(font);
gfx_font_first_glyph  959 uspace/lib/gfxfont/src/font.c 	glyph = gfx_font_first_glyph(finfo->font);
gfx_font_first_glyph  242 uspace/lib/gfxfont/test/font.c 	glyph = gfx_font_first_glyph(font);
gfx_font_first_glyph  251 uspace/lib/gfxfont/test/font.c 	gfirst = gfx_font_first_glyph(font);
gfx_font_first_glyph  301 uspace/lib/gfxfont/test/font.c 	gfirst = gfx_font_first_glyph(font);
gfx_font_first_glyph  180 uspace/lib/gfxfont/test/tpf.c 	glyph = gfx_font_first_glyph(font);
HelenOS homepage, sources at GitHub