| 1268 | } |
| 1269 | |
| 1270 | staticfn int |
| 1271 | find_glyphs(const char *id) |
| 1272 | { |
| 1273 | struct find_struct find_only = zero_find; |
| 1274 | |
| 1275 | find_only.unicode_val = 0; |
| 1276 | find_only.callback = just_find_callback; |
| 1277 | return glyph_find_core(id, &find_only); |
| 1278 | } |
| 1279 | |
| 1280 | staticfn void |
| 1281 | to_unicode_callback(int glyph UNUSED, struct find_struct *findwhat) |