]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix several long-lasting font rendering problems:
authorNaitLee <naitli@foxmail.com>
Sun, 29 Jan 2023 08:51:37 +0000 (16:51 +0800)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 4 Jan 2024 01:31:58 +0000 (11:31 +1000)
commit3573536bc8d6dae50bb7d16b88cc17d1f5ab3a21
tree7bdb99be13f63bb11238431a47fbe6c6058f6bad
parentaaf4625d4da84828ce7bde206e3b5b60de77f9e5
Fix several long-lasting font rendering problems:
Fix resources waste of fontmap usage worst-cases;
Fix memory waste of improperly designed `struct ft2_font_map_s`;
Deprecate `r_font_diskcache`

Signed-off-by: NaitLee <naitli@foxmail.com>
draw.h
ft2.c
ft2.h
ft2_fontdefs.h
gl_draw.c