more code moves

move an ENHANCED_SYMBOLS function from glyphs.c to utf8map.c
This commit is contained in:
nhmall
2024-03-24 15:36:19 -04:00
parent 17578590ea
commit d15ab932e7
3 changed files with 119 additions and 114 deletions

View File

@@ -1094,6 +1094,10 @@ extern int add_custom_urep_entry(const char *symset_name, int glyphidx,
extern int add_custom_nhcolor_entry(const char *customization_name,
int glyphidx, uint32 nhcolor,
enum graphics_sets which_set) NONNULLARG1;
struct customization_detail *find_matching_customization(
const char *customization_name,
enum customization_types custtype,
enum graphics_sets which_set);
int set_map_nhcolor(glyph_map *gm, uint32 nhcolor) NONNULLARG1;
extern int unicode_val(const char *);
extern int glyphrep(const char *) NONNULLARG1;