HelenOS sources

gfx_glyph_matches   53 uspace/lib/gfxfont/include/gfx/glyph.h extern bool gfx_glyph_matches(gfx_glyph_t *, const char *, size_t *);
gfx_glyph_matches  352 uspace/lib/gfxfont/src/font.c 		if (gfx_glyph_matches(glyph, str, &msize)) {
gfx_glyph_matches  347 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "A", &msize);
gfx_glyph_matches  350 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "AB", &msize);
gfx_glyph_matches  354 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "ABC", &msize);
gfx_glyph_matches  358 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "BAB", &msize);
HelenOS homepage, sources at GitHub