diff options
| author | Mattias Andrée <m@maandree.se> | 2026-06-09 21:07:53 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-06-09 21:07:53 +0200 |
| commit | 4aacecac867187de750d4225a262827e3947006d (patch) | |
| tree | aab55d08c4c044c4964868f037cb160118b8e3a0 | |
| parent | m (diff) | |
| download | cmap-4aacecac867187de750d4225a262827e3947006d.tar.gz cmap-4aacecac867187de750d4225a262827e3947006d.tar.bz2 cmap-4aacecac867187de750d4225a262827e3947006d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | cmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ enum listing { static const struct libcmap_block all_block = {.name = "All", .range = LIBCMAP_UNIVERSE_RANGE}; static unsigned int min_font_size = 4; -static unsigned int default_font_size = 22; +static unsigned int default_font_size = 14; static unsigned int max_font_size = 500; static unsigned int small_font_size_increment = 1; static unsigned int big_font_size_increment = 8; |
