HelenOS sources

fb_font_glyph      44 kernel/genarch/include/genarch/fb/font-8x16.h extern uint16_t fb_font_glyph(const char32_t ch);
fb_font_glyph     319 kernel/genarch/src/fb/fb.c 	glyph_draw(instance, fb_font_glyph(U_CURSOR), col, row, true);
fb_font_glyph     443 kernel/genarch/src/fb/fb.c 			glyph_draw(instance, fb_font_glyph(' '),
fb_font_glyph     451 kernel/genarch/src/fb/fb.c 		glyph_draw(instance, fb_font_glyph(ch),
fb_font_glyph     238 uspace/app/terminal/terminal.c 	uint16_t glyph = fb_font_glyph(field->ch, NULL);
fb_font_glyph      47 uspace/lib/fbfont/include/fbfont/font-8x16.h extern uint16_t fb_font_glyph(const char32_t, bool *);
fb_font_glyph     164 uspace/srv/hid/output/port/ddev.c 	glyph = fb_font_glyph(field->ch, NULL);
HelenOS homepage, sources at GitHub